Html Css Color HEX #570C38 Tyrian Purple

📋 copy color: '#570C38'

red 87 ◦ green 12 ◦ blue 56

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

Shades of Tyrian Purple #570C38

Tints of Tyrian Purple #570C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 56.13%
G = 7.74%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#570C38 (or 0x570C38) is known color: Tyrian Purple. HEX triplet: 57, 0C and 38. RGB value is (87,12,56). Sum of RGB (Red+Green+Blue) = 87+12+56=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C38 is #A8F3C7. Grayscale: #272727. Windows color (decimal): -11072456 or 3673175. OLE color: 3673175.

HSL color Cylindrical-coordinate representation of color #570C38: hue angle of 324.8º 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 #570C38 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 12 56 -
CMYK 0 0.86 0.36 0.66
HSL 324.8º 0.76% 0.19% -
HSV(B) 324.8º 0.86% 0.34% -
XYZ 4.78 2.57 3.99 -
YUV 39.44 137.35 161.92 -
System Red Green Blue C M Y K H S L
Decimal 87 12 56 0 0.86 0.36 0.66 324.8 0.76 0.19
Hex 57 C 38 0 56 24 42 145 4C 13
Octal 127 14 70 0 126 44 102 505 114 23
Binary 1010111 1100 111000 0 1010110 100100 1000010 101000101 1001100 10011

Color Harmonies of #570C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C38

Black with #570C38

Text Example


Text Example

White with #570C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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