#570034

Color #570034 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #570034

Tints of Tyrian Purple #570034

Color information

#570034 (or 0x570034) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 34. RGB value is (87,0,52). Sum of RGB (Red+Green+Blue) = 87+0+52=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #570034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570034 is #A8FFCB. Grayscale: #1F1F1F. Windows color (decimal): -11075532 or 3407959. OLE color: 3407959.

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

Color convert

RGB87052-
CMYK010.400.66
HSL324.14º100%17.06%-
HSV(B)324.14º100%34.12%-
XYZ4.552.273.45-
YUV31.94139.32167.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 37.41%
R=62.59%
G=0%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87052010.400.66324.1410017.06
Hex5703406428421446411
Octal12706401445010250414421
Binary10101110110100011001001010001000010101000100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570034; }

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

 H1.HeaderClassName
 {
   color: #570034;
 }
 .AnyTagClassName
 {
   color: #570034;
 }
</style>
background-color css

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

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

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

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

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

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