Html Css Color HEX #57024E Tyrian Purple

📋 copy color: '#57024E'

red 87 ◦ green 2 ◦ blue 78

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

Shades of Tyrian Purple #57024E

Tints of Tyrian Purple #57024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.71%

R = 52.1%
G = 1.2%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57024E (or 0x57024E) is known color: Tyrian Purple. HEX triplet: 57, 02 and 4E. RGB value is (87,2,78). Sum of RGB (Red+Green+Blue) = 87+2+78=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57024E is #A8FDB1. Grayscale: #232323. Windows color (decimal): -11074994 or 5112407. OLE color: 5112407.

HSL color Cylindrical-coordinate representation of color #57024E: hue angle of 306.35º 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 #57024E is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 78 -
CMYK 0 0.98 0.10 0.66
HSL 306.35º 0.96% 0.17% -
HSV(B) 306.35º 0.98% 0.34% -
XYZ 5.33 2.62 7.43 -
YUV 36.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 87 2 78 0 0.98 0.10 0.66 306.35 0.96 0.17
Hex 57 2 4E 0 62 A 42 132 60 11
Octal 127 2 116 0 142 12 102 462 140 21
Binary 1010111 10 1001110 0 1100010 1010 1000010 100110010 1100000 10001

Color Harmonies of #57024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57024E

Black with #57024E

Text Example


Text Example

White with #57024E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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