Html Css Color HEX #57002F Tyrian Purple

📋 copy color: '#57002F'

red 87 ◦ green 0 ◦ blue 47

#57002F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #57002F

Tints of Tyrian Purple #57002F

RGB

 RED value IS 87 (34.38% from 255) = 64.93%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 47 (18.75% from 255) = 35.07%

R = 64.93%
G = 0%
B = 35.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#57002F (or 0x57002F) is known color: Tyrian Purple. HEX triplet: 57, 00 and 2F. RGB value is (87,0,47). Sum of RGB (Red+Green+Blue) = 87+0+47=134 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.93% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 87 - color contains mainly: red. Hex color #57002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002F is #A8FFD0. Grayscale: #1F1F1F. Windows color (decimal): -11075537 or 3080279. OLE color: 3080279.

HSL color Cylindrical-coordinate representation of color #57002F: hue angle of 327.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57002F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 47 -
CMYK 0 1 0.46 0.66
HSL 327.59º 1% 0.17% -
HSV(B) 327.59º 1% 0.34% -
XYZ 4.44 2.23 2.89 -
YUV 31.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 87 0 47 0 1 0.46 0.66 327.59 1 0.17
Hex 57 0 2F 0 64 2E 42 148 64 11
Octal 127 0 57 0 144 56 102 510 144 21
Binary 1010111 0 101111 0 1100100 101110 1000010 101001000 1100100 10001

Color Harmonies of #57002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57002F

Black with #57002F

Text Example


Text Example

White with #57002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57002F; }

 p { color: rgb(87,0,47); }

 H1.HeaderClassName
 {
   color: #57002F;
 }
 .AnyTagClassName
 {
   color: #57002F;
 }
</style>

background-color css

<style>
 a { background-color: #57002F; }

 a { background-color: rgb(87,0,47); }

 div.DivClassName
 {
   background-color: #57002F;
 }
 .BgClassName
 {
   background-color: #57002F;
 }
</style>

border-color css

<style>
 span { border-color: #57002F; }

 span { border-color: rgb(87,0,47); }

 td.TdClassName
 {
   border-color: #57002F;
 }
 .TagClassName
 {
   border-color: #57002F;
 }
</style>