#582455

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

Shades of Palatinate Purple #582455

Tints of Palatinate Purple #582455

Color information

#582455 (or 0x582455) is unknown color: approx Palatinate Purple. HEX triplet: 58, 24 and 55. RGB value is (88,36,85). Sum of RGB (Red+Green+Blue) = 88+36+85=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #582455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582455 is #A7DBAA. Grayscale: #383838. Windows color (decimal): -11000747 or 5579864. OLE color: 5579864.

HSL color Cylindrical-coordinate representation of color #582455: hue angle of 303.46º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #582455 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB883685-
CMYK00.590.030.65
HSL303.46º41.94%24.31%-
HSV(B)303.46º59.09%34.51%-
XYZ6.33.999.03-
YUV57.13143.73150.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 17.22%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=42.11%
G=17.22%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88368500.590.030.65303.4641.9424.31
Hex58245503B34112f2a18
Octal1304412507331014575230
Binary10110001001001010101011101111100000110010111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582455; }

 p { color: rgb(88,36,85); }

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

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

 a { background-color: rgb(88,36,85); }

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

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

 span { border-color: rgb(88,36,85); }

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