Html Css Color HEX #570942 Tyrian Purple

📋 copy color: '#570942'

red 87 ◦ green 9 ◦ blue 66

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

Shades of Tyrian Purple #570942

Tints of Tyrian Purple #570942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 53.7%
G = 5.56%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570942 (or 0x570942) is known color: Tyrian Purple. HEX triplet: 57, 09 and 42. RGB value is (87,9,66). Sum of RGB (Red+Green+Blue) = 87+9+66=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570942 is #A8F6BD. Grayscale: #262626. Windows color (decimal): -11073214 or 4327767. OLE color: 4327767.

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

Color convert

RGB 87 9 66 -
CMYK 0 0.90 0.24 0.66
HSL 316.15º 0.81% 0.19% -
HSV(B) 316.15º 0.9% 0.34% -
XYZ 5.01 2.61 5.39 -
YUV 38.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 87 9 66 0 0.90 0.24 0.66 316.15 0.81 0.19
Hex 57 9 42 0 5A 18 42 13C 51 13
Octal 127 11 102 0 132 30 102 474 121 23
Binary 1010111 1001 1000010 0 1011010 11000 1000010 100111100 1010001 10011

Color Harmonies of #570942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570942

Black with #570942

Text Example


Text Example

White with #570942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570942; }

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

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

background-color css

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

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

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

border-color css

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

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

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