Html Css Color HEX #57024A Tyrian Purple

📋 copy color: '#57024A'

red 87 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #57024A

Tints of Tyrian Purple #57024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 53.37%
G = 1.23%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57024A (or 0x57024A) is known color: Tyrian Purple. HEX triplet: 57, 02 and 4A. RGB value is (87,2,74). Sum of RGB (Red+Green+Blue) = 87+2+74=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57024A is #A8FDB5. Grayscale: #232323. Windows color (decimal): -11074998 or 4850263. OLE color: 4850263.

HSL color Cylindrical-coordinate representation of color #57024A: hue angle of 309.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57024A is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 74 -
CMYK 0 0.98 0.15 0.66
HSL 309.18º 0.96% 0.17% -
HSV(B) 309.18º 0.98% 0.34% -
XYZ 5.19 2.56 6.7 -
YUV 35.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 87 2 74 0 0.98 0.15 0.66 309.18 0.96 0.17
Hex 57 2 4A 0 62 F 42 135 60 11
Octal 127 2 112 0 142 17 102 465 140 21
Binary 1010111 10 1001010 0 1100010 1111 1000010 100110101 1100000 10001

Color Harmonies of #57024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57024A

Black with #57024A

Text Example


Text Example

White with #57024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57024A; }

 p { color: rgb(87,2,74); }

 H1.HeaderClassName
 {
   color: #57024A;
 }
 .AnyTagClassName
 {
   color: #57024A;
 }
</style>

background-color css

<style>
 a { background-color: #57024A; }

 a { background-color: rgb(87,2,74); }

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

border-color css

<style>
 span { border-color: #57024A; }

 span { border-color: rgb(87,2,74); }

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