#570458

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

Shades of Palatinate Purple #570458

Tints of Palatinate Purple #570458

Color information

#570458 (or 0x570458) is unknown color: approx Palatinate Purple. HEX triplet: 57, 04 and 58. RGB value is (87,4,88). Sum of RGB (Red+Green+Blue) = 87+4+88=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #570458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570458 is #A8FBA7. Grayscale: #262626. Windows color (decimal): -11074472 or 5768279. OLE color: 5768279.

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

Color convert

RGB87488-
CMYK0.010.9500.65
HSL299.29º91.3%18.04%-
HSV(B)299.29º95.45%34.51%-
XYZ5.742.829.47-
YUV38.39156162.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.60%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 88 (34.77% from 255) = 49.16%
R=48.60%
G=2.23%
B=49.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal874880.010.9500.65299.2991.318.04
Hex5745815F04112b5b12
Octal12741301137010145313322
Binary101011110010110001101111101000001100101011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570458; }

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

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

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

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

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

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

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

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