Html Css Color HEX #570642 Tyrian Purple

📋 copy color: '#570642'

red 87 ◦ green 6 ◦ blue 66

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

Shades of Tyrian Purple #570642

Tints of Tyrian Purple #570642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 54.72%
G = 3.77%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570642 (or 0x570642) is known color: Tyrian Purple. HEX triplet: 57, 06 and 42. RGB value is (87,6,66). Sum of RGB (Red+Green+Blue) = 87+6+66=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 66 (26.17% from 255 or 41.51% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570642 is #A8F9BD. Grayscale: #242424. Windows color (decimal): -11073982 or 4326999. OLE color: 4326999.

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

Color convert

RGB 87 6 66 -
CMYK 0 0.93 0.24 0.66
HSL 315.56º 0.87% 0.18% -
HSV(B) 315.56º 0.93% 0.34% -
XYZ 4.98 2.55 5.38 -
YUV 37.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 87 6 66 0 0.93 0.24 0.66 315.56 0.87 0.18
Hex 57 6 42 0 5D 18 42 13C 57 12
Octal 127 6 102 0 135 30 102 474 127 22
Binary 1010111 110 1000010 0 1011101 11000 1000010 100111100 1010111 10010

Color Harmonies of #570642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570642

Black with #570642

Text Example


Text Example

White with #570642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570642; }

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

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

background-color css

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

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

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

border-color css

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

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

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