Html Css Color HEX #570F42 Tyrian Purple

📋 copy color: '#570F42'

red 87 ◦ green 15 ◦ blue 66

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

Shades of Tyrian Purple #570F42

Tints of Tyrian Purple #570F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.93%

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 51.79%
G = 8.93%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570F42 (or 0x570F42) is known color: Tyrian Purple. HEX triplet: 57, 0F and 42. RGB value is (87,15,66). Sum of RGB (Red+Green+Blue) = 87+15+66=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #570F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F42 is #A8F0BD. Grayscale: #2A2A2A. Windows color (decimal): -11071678 or 4329303. OLE color: 4329303.

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

Color convert

RGB 87 15 66 -
CMYK 0 0.83 0.24 0.66
HSL 317.5º 0.71% 0.2% -
HSV(B) 317.5º 0.83% 0.34% -
XYZ 5.08 2.76 5.42 -
YUV 42.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 87 15 66 0 0.83 0.24 0.66 317.5 0.71 0.2
Hex 57 F 42 0 53 18 42 13E 47 14
Octal 127 17 102 0 123 30 102 476 107 24
Binary 1010111 1111 1000010 0 1010011 11000 1000010 100111110 1000111 10100

Color Harmonies of #570F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F42

Black with #570F42

Text Example


Text Example

White with #570F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,15,66); }

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

background-color css

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

 a { background-color: rgb(87,15,66); }

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

border-color css

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

 span { border-color: rgb(87,15,66); }

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