#570648

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

Shades of Tyrian Purple #570648

Tints of Tyrian Purple #570648

Color information

#570648 (or 0x570648) is unknown color: approx Tyrian Purple. HEX triplet: 57, 06 and 48. RGB value is (87,6,72). Sum of RGB (Red+Green+Blue) = 87+6+72=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #570648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570648 is #A8F9B7. Grayscale: #252525. Windows color (decimal): -11073976 or 4720215. OLE color: 4720215.

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

Color convert

RGB87672-
CMYK00.930.170.66
HSL311.11º87.1%18.24%-
HSV(B)311.11º93.1%34.12%-
XYZ5.172.626.37-
YUV37.74147.34163.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=52.73%
G=3.64%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8767200.930.170.66311.1187.118.24
Hex5764805D11421375712
Octal127611001352110246712722
Binary1010111110100100001011101100011000010100110111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570648; }

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

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

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

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

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

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

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

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