Html Css Color HEX #570047 Tyrian Purple

📋 copy color: '#570047'

red 87 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #570047

Tints of Tyrian Purple #570047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.06%
G = 0%
B = 44.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#570047 (or 0x570047) is known color: Tyrian Purple. HEX triplet: 57, 00 and 47. RGB value is (87,0,71). Sum of RGB (Red+Green+Blue) = 87+0+71=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570047 is #A8FFB8. Grayscale: #212121. Windows color (decimal): -11075513 or 4653143. OLE color: 4653143.

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

Color convert

RGB 87 0 71 -
CMYK 0 1 0.18 0.66
HSL 311.03º 1% 0.17% -
HSV(B) 311.03º 1% 0.34% -
XYZ 5.07 2.48 6.17 -
YUV 34.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 87 0 71 0 1 0.18 0.66 311.03 1 0.17
Hex 57 0 47 0 64 12 42 137 64 11
Octal 127 0 107 0 144 22 102 467 144 21
Binary 1010111 0 1000111 0 1100100 10010 1000010 100110111 1100100 10001

Color Harmonies of #570047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570047

Black with #570047

Text Example


Text Example

White with #570047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570047; }

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

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

background-color css

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

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

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

border-color css

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

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

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