Html Css Color HEX #570C48 Tyrian Purple

📋 copy color: '#570C48'

red 87 ◦ green 12 ◦ blue 72

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

Shades of Tyrian Purple #570C48

Tints of Tyrian Purple #570C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 50.88%
G = 7.02%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#570C48 (or 0x570C48) is known color: Tyrian Purple. HEX triplet: 57, 0C and 48. RGB value is (87,12,72). Sum of RGB (Red+Green+Blue) = 87+12+72=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #570C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C48 is #A8F3B7. Grayscale: #292929. Windows color (decimal): -11072440 or 4721751. OLE color: 4721751.

HSL color Cylindrical-coordinate representation of color #570C48: hue angle of 312º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C48 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 12 72 -
CMYK 0 0.86 0.17 0.66
HSL 312º 0.76% 0.19% -
HSV(B) 312º 0.86% 0.34% -
XYZ 5.23 2.76 6.39 -
YUV 41.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 87 12 72 0 0.86 0.17 0.66 312 0.76 0.19
Hex 57 C 48 0 56 11 42 138 4C 13
Octal 127 14 110 0 126 21 102 470 114 23
Binary 1010111 1100 1001000 0 1010110 10001 1000010 100111000 1001100 10011

Color Harmonies of #570C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C48

Black with #570C48

Text Example


Text Example

White with #570C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570C48; }

 p { color: rgb(87,12,72); }

 H1.HeaderClassName
 {
   color: #570C48;
 }
 .AnyTagClassName
 {
   color: #570C48;
 }
</style>

background-color css

<style>
 a { background-color: #570C48; }

 a { background-color: rgb(87,12,72); }

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

border-color css

<style>
 span { border-color: #570C48; }

 span { border-color: rgb(87,12,72); }

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