Html Css Color HEX #57004F Tyrian Purple

📋 copy color: '#57004F'

red 87 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #57004F

Tints of Tyrian Purple #57004F

RGB

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

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

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

R = 52.41%
G = 0%
B = 47.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57004F (or 0x57004F) is known color: Tyrian Purple. HEX triplet: 57, 00 and 4F. RGB value is (87,0,79). Sum of RGB (Red+Green+Blue) = 87+0+79=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #57004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57004F is #A8FFB0. Grayscale: #222222. Windows color (decimal): -11075505 or 5177431. OLE color: 5177431.

HSL color Cylindrical-coordinate representation of color #57004F: hue angle of 305.52º 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 #57004F is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 79 -
CMYK 0 1 0.09 0.66
HSL 305.52º 1% 0.17% -
HSV(B) 305.52º 1% 0.34% -
XYZ 5.34 2.59 7.62 -
YUV 35.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 87 0 79 0 1 0.09 0.66 305.52 1 0.17
Hex 57 0 4F 0 64 9 42 132 64 11
Octal 127 0 117 0 144 11 102 462 144 21
Binary 1010111 0 1001111 0 1100100 1001 1000010 100110010 1100100 10001

Color Harmonies of #57004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57004F

Black with #57004F

Text Example


Text Example

White with #57004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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