#570634

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

Shades of Tyrian Purple #570634

Tints of Tyrian Purple #570634

Color information

#570634 (or 0x570634) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 34. RGB value is (87,6,52). Sum of RGB (Red+Green+Blue) = 87+6+52=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570634 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570634 is #A8F9CB. Grayscale: #232323. Windows color (decimal): -11073996 or 3409495. OLE color: 3409495.

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

Color convert

RGB87652-
CMYK00.930.400.66
HSL325.93º87.1%18.24%-
HSV(B)325.93º93.1%34.12%-
XYZ4.622.43.47-
YUV35.46137.34164.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=60%
G=4.14%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8765200.930.400.66325.9387.118.24
Hex5763405D28421465712
Octal12766401355010250612722
Binary1010111110110100010111011010001000010101000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570634; }

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

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

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

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

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

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

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

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