#570452

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

Shades of Tyrian Purple #570452

Tints of Tyrian Purple #570452

Color information

#570452 (or 0x570452) is unknown color: approx Tyrian Purple. HEX triplet: 57, 04 and 52. RGB value is (87,4,82). Sum of RGB (Red+Green+Blue) = 87+4+82=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570452 is #A8FBAD. Grayscale: #252525. Windows color (decimal): -11074478 or 5375063. OLE color: 5375063.

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

Color convert

RGB87482-
CMYK00.950.060.66
HSL303.61º91.21%17.84%-
HSV(B)303.61º95.4%34.12%-
XYZ5.52.728.22-
YUV37.71153163.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=50.29%
G=2.31%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8748200.950.060.66303.6191.2117.84
Hex5745205F6421305b12
Octal12741220137610246013322
Binary10101111001010010010111111101000010100110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570452; }

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

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

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

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

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

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

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

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