#582855

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

Shades of Palatinate Purple #582855

Tints of Palatinate Purple #582855

Color information

#582855 (or 0x582855) is unknown color: approx Palatinate Purple. HEX triplet: 58, 28 and 55. RGB value is (88,40,85). Sum of RGB (Red+Green+Blue) = 88+40+85=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #582855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582855 is #A7D7AA. Grayscale: #3B3B3B. Windows color (decimal): -10999723 or 5580888. OLE color: 5580888.

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

Color convert

RGB884085-
CMYK00.550.030.65
HSL303.75º37.5%25.1%-
HSV(B)303.75º54.55%34.51%-
XYZ6.424.259.08-
YUV59.48142.4148.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=41.31%
G=18.78%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88408500.550.030.65303.7537.525.1
Hex5828550373411302619
Octal1305012506731014604631
Binary10110001010001010101011011111100000110011000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582855; }

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

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

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

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

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

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

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

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