Html Css Color HEX #570247 Tyrian Purple

📋 copy color: '#570247'

red 87 ◦ green 2 ◦ blue 71

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

Shades of Tyrian Purple #570247

Tints of Tyrian Purple #570247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 54.38%
G = 1.25%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#570247 (or 0x570247) is known color: Tyrian Purple. HEX triplet: 57, 02 and 47. RGB value is (87,2,71). Sum of RGB (Red+Green+Blue) = 87+2+71=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570247 is #A8FDB8. Grayscale: #232323. Windows color (decimal): -11075001 or 4653655. OLE color: 4653655.

HSL color Cylindrical-coordinate representation of color #570247: hue angle of 311.29º 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 #570247 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 71 -
CMYK 0 0.98 0.18 0.66
HSL 311.29º 0.96% 0.17% -
HSV(B) 311.29º 0.98% 0.34% -
XYZ 5.09 2.52 6.18 -
YUV 35.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 87 2 71 0 0.98 0.18 0.66 311.29 0.96 0.17
Hex 57 2 47 0 62 12 42 137 60 11
Octal 127 2 107 0 142 22 102 467 140 21
Binary 1010111 10 1000111 0 1100010 10010 1000010 100110111 1100000 10001

Color Harmonies of #570247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570247

Black with #570247

Text Example


Text Example

White with #570247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570247; }

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

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

background-color css

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

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

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

border-color css

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

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

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