Html Css Color HEX #570246 Tyrian Purple

📋 copy color: '#570246'

red 87 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #570246

Tints of Tyrian Purple #570246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 54.72%
G = 1.26%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#570246 (or 0x570246) is known color: Tyrian Purple. HEX triplet: 57, 02 and 46. RGB value is (87,2,70). Sum of RGB (Red+Green+Blue) = 87+2+70=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570246 is #A8FDB9. Grayscale: #222222. Windows color (decimal): -11075002 or 4588119. OLE color: 4588119.

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

Color convert

RGB 87 2 70 -
CMYK 0 0.98 0.20 0.66
HSL 312º 0.96% 0.17% -
HSV(B) 312º 0.98% 0.34% -
XYZ 5.06 2.51 6.01 -
YUV 35.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 87 2 70 0 0.98 0.20 0.66 312 0.96 0.17
Hex 57 2 46 0 62 14 42 138 60 11
Octal 127 2 106 0 142 24 102 470 140 21
Binary 1010111 10 1000110 0 1100010 10100 1000010 100111000 1100000 10001

Color Harmonies of #570246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570246

Black with #570246

Text Example


Text Example

White with #570246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570246; }

 p { color: rgb(87,2,70); }

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

background-color css

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

 a { background-color: rgb(87,2,70); }

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

border-color css

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

 span { border-color: rgb(87,2,70); }

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