#582655

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

Shades of Palatinate Purple #582655

Tints of Palatinate Purple #582655

Color information

#582655 (or 0x582655) is unknown color: approx Palatinate Purple. HEX triplet: 58, 26 and 55. RGB value is (88,38,85). Sum of RGB (Red+Green+Blue) = 88+38+85=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #582655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582655 is #A7D9AA. Grayscale: #3A3A3A. Windows color (decimal): -11000235 or 5580376. OLE color: 5580376.

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

Color convert

RGB883885-
CMYK00.570.030.65
HSL303.6º39.68%24.71%-
HSV(B)303.6º56.82%34.51%-
XYZ6.364.129.05-
YUV58.31143.06149.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=41.71%
G=18.01%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88388500.570.030.65303.639.6824.71
Hex5826550393411302819
Octal1304612507131014605031
Binary10110001001101010101011100111100000110011000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582655; }

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

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

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

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

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

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

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

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