Html Css Color HEX #570147 Tyrian Purple

📋 copy color: '#570147'

red 87 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #570147

Tints of Tyrian Purple #570147

RGB

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

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

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

R = 54.72%
G = 0.63%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#570147 (or 0x570147) is known color: Tyrian Purple. HEX triplet: 57, 01 and 47. RGB value is (87,1,71). Sum of RGB (Red+Green+Blue) = 87+1+71=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #570147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570147 is #A8FEB8. Grayscale: #222222. Windows color (decimal): -11075257 or 4653399. OLE color: 4653399.

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

Color convert

RGB 87 1 71 -
CMYK 0 0.99 0.18 0.66
HSL 311.16º 0.98% 0.17% -
HSV(B) 311.16º 0.99% 0.34% -
XYZ 5.08 2.5 6.18 -
YUV 34.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 87 1 71 0 0.99 0.18 0.66 311.16 0.98 0.17
Hex 57 1 47 0 63 12 42 137 62 11
Octal 127 1 107 0 143 22 102 467 142 21
Binary 1010111 1 1000111 0 1100011 10010 1000010 100110111 1100010 10001

Color Harmonies of #570147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570147

Black with #570147

Text Example


Text Example

White with #570147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570147; }

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

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

background-color css

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

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

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

border-color css

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

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

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