Html Css Color HEX #57064E Tyrian Purple

📋 copy color: '#57064E'

red 87 ◦ green 6 ◦ blue 78

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

Shades of Tyrian Purple #57064E

Tints of Tyrian Purple #57064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.51%

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

R = 50.88%
G = 3.51%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57064E (or 0x57064E) is known color: Tyrian Purple. HEX triplet: 57, 06 and 4E. RGB value is (87,6,78). Sum of RGB (Red+Green+Blue) = 87+6+78=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57064E is #A8F9B1. Grayscale: #262626. Windows color (decimal): -11073970 or 5113431. OLE color: 5113431.

HSL color Cylindrical-coordinate representation of color #57064E: hue angle of 306.67º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #57064E is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 6 78 -
CMYK 0 0.93 0.10 0.66
HSL 306.67º 0.87% 0.18% -
HSV(B) 306.67º 0.93% 0.34% -
XYZ 5.37 2.71 7.45 -
YUV 38.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 87 6 78 0 0.93 0.10 0.66 306.67 0.87 0.18
Hex 57 6 4E 0 5D A 42 133 57 12
Octal 127 6 116 0 135 12 102 463 127 22
Binary 1010111 110 1001110 0 1011101 1010 1000010 100110011 1010111 10010

Color Harmonies of #57064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57064E

Black with #57064E

Text Example


Text Example

White with #57064E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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