Html Css Color HEX #570442 Tyrian Purple

📋 copy color: '#570442'

red 87 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #570442

Tints of Tyrian Purple #570442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 55.41%
G = 2.55%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570442 (or 0x570442) is known color: Tyrian Purple. HEX triplet: 57, 04 and 42. RGB value is (87,4,66). Sum of RGB (Red+Green+Blue) = 87+4+66=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #570442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570442 is #A8FBBD. Grayscale: #232323. Windows color (decimal): -11074494 or 4326487. OLE color: 4326487.

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

Color convert

RGB 87 4 66 -
CMYK 0 0.95 0.24 0.66
HSL 315.18º 0.91% 0.18% -
HSV(B) 315.18º 0.95% 0.34% -
XYZ 4.96 2.51 5.38 -
YUV 35.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 87 4 66 0 0.95 0.24 0.66 315.18 0.91 0.18
Hex 57 4 42 0 5F 18 42 13B 5B 12
Octal 127 4 102 0 137 30 102 473 133 22
Binary 1010111 100 1000010 0 1011111 11000 1000010 100111011 1011011 10010

Color Harmonies of #570442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570442

Black with #570442

Text Example


Text Example

White with #570442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570442; }

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

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

background-color css

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

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

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

border-color css

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

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

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