#570645

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

Shades of Tyrian Purple #570645

Tints of Tyrian Purple #570645

Color information

#570645 (or 0x570645) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 45. RGB value is (87,6,69). Sum of RGB (Red+Green+Blue) = 87+6+69=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #570645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570645 is #A8F9BA. Grayscale: #252525. Windows color (decimal): -11073979 or 4523607. OLE color: 4523607.

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

Color convert

RGB87669-
CMYK00.930.210.66
HSL313.33º87.1%18.24%-
HSV(B)313.33º93.1%34.12%-
XYZ5.072.595.86-
YUV37.4145.84163.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 6 (2.73% from 255) = 3.70%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=53.70%
G=3.70%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8766900.930.210.66313.3387.118.24
Hex5764505D15421395712
Octal127610501352510247112722
Binary1010111110100010101011101101011000010100111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570645; }

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

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

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

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

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

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

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

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