#570352

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

Shades of Tyrian Purple #570352

Tints of Tyrian Purple #570352

Color information

#570352 (or 0x570352) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 52. RGB value is (87,3,82). Sum of RGB (Red+Green+Blue) = 87+3+82=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570352 is #A8FCAD. Grayscale: #242424. Windows color (decimal): -11074734 or 5374807. OLE color: 5374807.

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

Color convert

RGB87382-
CMYK00.970.060.66
HSL303.57º93.33%17.65%-
HSV(B)303.57º96.55%34.12%-
XYZ5.492.78.21-
YUV37.12153.33163.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=50.58%
G=1.74%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8738200.970.060.66303.5793.3317.65
Hex573520616421305d12
Octal12731220141610246013522
Binary1010111111010010011000011101000010100110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570352; }

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

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

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

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

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

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

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

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