Html Css Color HEX #57054F Tyrian Purple

📋 copy color: '#57054F'

red 87 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #57054F

Tints of Tyrian Purple #57054F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 50.88%
G = 2.92%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57054F (or 0x57054F) is known color: Tyrian Purple. HEX triplet: 57, 05 and 4F. RGB value is (87,5,79). Sum of RGB (Red+Green+Blue) = 87+5+79=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #57054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57054F is #A8FAB0. Grayscale: #252525. Windows color (decimal): -11074225 or 5178711. OLE color: 5178711.

HSL color Cylindrical-coordinate representation of color #57054F: hue angle of 305.85º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57054F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 79 -
CMYK 0 0.94 0.09 0.66
HSL 305.85º 0.89% 0.18% -
HSV(B) 305.85º 0.94% 0.34% -
XYZ 5.4 2.7 7.63 -
YUV 37.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 87 5 79 0 0.94 0.09 0.66 305.85 0.89 0.18
Hex 57 5 4F 0 5E 9 42 132 59 12
Octal 127 5 117 0 136 11 102 462 131 22
Binary 1010111 101 1001111 0 1011110 1001 1000010 100110010 1011001 10010

Color Harmonies of #57054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57054F

Black with #57054F

Text Example


Text Example

White with #57054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,5,79); }

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

background-color css

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

 a { background-color: rgb(87,5,79); }

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

border-color css

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

 span { border-color: rgb(87,5,79); }

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