#570332

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

Shades of Tyrian Purple #570332

Tints of Tyrian Purple #570332

Color information

#570332 (or 0x570332) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 32. RGB value is (87,3,50). Sum of RGB (Red+Green+Blue) = 87+3+50=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570332 is #A8FCCD. Grayscale: #212121. Windows color (decimal): -11074766 or 3277655. OLE color: 3277655.

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

Color convert

RGB87350-
CMYK00.970.430.66
HSL326.43º93.33%17.65%-
HSV(B)326.43º96.55%34.12%-
XYZ4.542.323.23-
YUV33.47137.33166.18-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.14%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=62.14%
G=2.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8735000.970.430.66326.4393.3317.65
Hex573320612B421465d12
Octal12736201415310250613522
Binary101011111110010011000011010111000010101000110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570332; }

 p { color: rgb(87,3,50); }

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

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

 a { background-color: rgb(87,3,50); }

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

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

 span { border-color: rgb(87,3,50); }

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