Html Css Color HEX #570E3C Tyrian Purple

📋 copy color: '#570E3C'

red 87 ◦ green 14 ◦ blue 60

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

Shades of Tyrian Purple #570E3C

Tints of Tyrian Purple #570E3C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.7%

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 54.04%
G = 8.7%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#570E3C (or 0x570E3C) is known color: Tyrian Purple. HEX triplet: 57, 0E and 3C. RGB value is (87,14,60). Sum of RGB (Red+Green+Blue) = 87+14+60=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570E3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E3C is #A8F1C3. Grayscale: #282828. Windows color (decimal): -11071940 or 3935831. OLE color: 3935831.

HSL color Cylindrical-coordinate representation of color #570E3C: hue angle of 322.19º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E3C is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 14 60 -
CMYK 0 0.84 0.31 0.66
HSL 322.19º 0.72% 0.2% -
HSV(B) 322.19º 0.84% 0.34% -
XYZ 4.9 2.67 4.53 -
YUV 41.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 87 14 60 0 0.84 0.31 0.66 322.19 0.72 0.2
Hex 57 E 3C 0 54 1F 42 142 48 14
Octal 127 16 74 0 124 37 102 502 110 24
Binary 1010111 1110 111100 0 1010100 11111 1000010 101000010 1001000 10100

Color Harmonies of #570E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570E3C

Black with #570E3C

Text Example


Text Example

White with #570E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,14,60); }

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

background-color css

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

 a { background-color: rgb(87,14,60); }

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

border-color css

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

 span { border-color: rgb(87,14,60); }

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