Html Css Color HEX #570C3E Tyrian Purple

📋 copy color: '#570C3E'

red 87 ◦ green 12 ◦ blue 62

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

Shades of Tyrian Purple #570C3E

Tints of Tyrian Purple #570C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 54.04%
G = 7.45%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#570C3E (or 0x570C3E) is known color: Tyrian Purple. HEX triplet: 57, 0C and 3E. RGB value is (87,12,62). Sum of RGB (Red+Green+Blue) = 87+12+62=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570C3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C3E is #A8F3C1. Grayscale: #282828. Windows color (decimal): -11072450 or 4066391. OLE color: 4066391.

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

Color convert

RGB 87 12 62 -
CMYK 0 0.86 0.29 0.66
HSL 320º 0.76% 0.19% -
HSV(B) 320º 0.86% 0.34% -
XYZ 4.93 2.64 4.81 -
YUV 40.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 87 12 62 0 0.86 0.29 0.66 320 0.76 0.19
Hex 57 C 3E 0 56 1D 42 140 4C 13
Octal 127 14 76 0 126 35 102 500 114 23
Binary 1010111 1100 111110 0 1010110 11101 1000010 101000000 1001100 10011

Color Harmonies of #570C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C3E

Black with #570C3E

Text Example


Text Example

White with #570C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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