Html Css Color HEX #570842 Tyrian Purple

📋 copy color: '#570842'

red 87 ◦ green 8 ◦ blue 66

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

Shades of Tyrian Purple #570842

Tints of Tyrian Purple #570842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 54.04%
G = 4.97%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570842 (or 0x570842) is known color: Tyrian Purple. HEX triplet: 57, 08 and 42. RGB value is (87,8,66). Sum of RGB (Red+Green+Blue) = 87+8+66=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570842 is #A8F7BD. Grayscale: #262626. Windows color (decimal): -11073470 or 4327511. OLE color: 4327511.

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

Color convert

RGB 87 8 66 -
CMYK 0 0.91 0.24 0.66
HSL 315.95º 0.83% 0.19% -
HSV(B) 315.95º 0.91% 0.34% -
XYZ 5 2.59 5.39 -
YUV 38.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 87 8 66 0 0.91 0.24 0.66 315.95 0.83 0.19
Hex 57 8 42 0 5B 18 42 13C 53 13
Octal 127 10 102 0 133 30 102 474 123 23
Binary 1010111 1000 1000010 0 1011011 11000 1000010 100111100 1010011 10011

Color Harmonies of #570842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570842

Black with #570842

Text Example


Text Example

White with #570842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570842; }

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

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

background-color css

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

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

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

border-color css

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

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

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