#570455

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

Shades of Palatinate Purple #570455

Tints of Palatinate Purple #570455

Color information

#570455 (or 0x570455) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 55. RGB value is (87,4,85). Sum of RGB (Red+Green+Blue) = 87+4+85=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570455 is #A8FBAA. Grayscale: #252525. Windows color (decimal): -11074475 or 5571671. OLE color: 5571671.

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

Color convert

RGB87485-
CMYK00.950.020.66
HSL301.45º91.21%17.84%-
HSV(B)301.45º95.4%34.12%-
XYZ5.612.778.83-
YUV38.05154.5162.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=49.43%
G=2.27%
B=48.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8748500.950.020.66301.4591.2117.84
Hex5745505F24212d5b12
Octal12741250137210245513322
Binary1010111100101010101011111101000010100101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570455; }

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

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

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

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

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

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

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

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