Html Css Color HEX #570142 Tyrian Purple

📋 copy color: '#570142'

red 87 ◦ green 1 ◦ blue 66

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

Shades of Tyrian Purple #570142

Tints of Tyrian Purple #570142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 56.49%
G = 0.65%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570142 (or 0x570142) is known color: Tyrian Purple. HEX triplet: 57, 01 and 42. RGB value is (87,1,66). Sum of RGB (Red+Green+Blue) = 87+1+66=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #570142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570142 is #A8FEBD. Grayscale: #212121. Windows color (decimal): -11075262 or 4325719. OLE color: 4325719.

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

Color convert

RGB 87 1 66 -
CMYK 0 0.99 0.24 0.66
HSL 314.65º 0.98% 0.17% -
HSV(B) 314.65º 0.99% 0.34% -
XYZ 4.92 2.44 5.37 -
YUV 34.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 87 1 66 0 0.99 0.24 0.66 314.65 0.98 0.17
Hex 57 1 42 0 63 18 42 13B 62 11
Octal 127 1 102 0 143 30 102 473 142 21
Binary 1010111 1 1000010 0 1100011 11000 1000010 100111011 1100010 10001

Color Harmonies of #570142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570142

Black with #570142

Text Example


Text Example

White with #570142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570142; }

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

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

background-color css

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

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

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

border-color css

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

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

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