Html Css Color HEX #570542 Tyrian Purple

📋 copy color: '#570542'

red 87 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #570542

Tints of Tyrian Purple #570542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 55.06%
G = 3.16%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570542 (or 0x570542) is known color: Tyrian Purple. HEX triplet: 57, 05 and 42. RGB value is (87,5,66). Sum of RGB (Red+Green+Blue) = 87+5+66=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570542 is #A8FABD. Grayscale: #242424. Windows color (decimal): -11074238 or 4326743. OLE color: 4326743.

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

Color convert

RGB 87 5 66 -
CMYK 0 0.94 0.24 0.66
HSL 315.37º 0.89% 0.18% -
HSV(B) 315.37º 0.94% 0.34% -
XYZ 4.97 2.53 5.38 -
YUV 36.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 87 5 66 0 0.94 0.24 0.66 315.37 0.89 0.18
Hex 57 5 42 0 5E 18 42 13B 59 12
Octal 127 5 102 0 136 30 102 473 131 22
Binary 1010111 101 1000010 0 1011110 11000 1000010 100111011 1011001 10010

Color Harmonies of #570542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570542

Black with #570542

Text Example


Text Example

White with #570542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570542; }

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

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

background-color css

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

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

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

border-color css

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

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

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