#582755

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

Shades of Palatinate Purple #582755

Tints of Palatinate Purple #582755

Color information

#582755 (or 0x582755) is unknown color: approx Palatinate Purple. HEX triplet: 58, 27 and 55. RGB value is (88,39,85). Sum of RGB (Red+Green+Blue) = 88+39+85=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582755 is #A7D8AA. Grayscale: #3A3A3A. Windows color (decimal): -10999979 or 5580632. OLE color: 5580632.

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

Color convert

RGB883985-
CMYK00.560.030.65
HSL303.67º38.58%24.9%-
HSV(B)303.67º55.68%34.51%-
XYZ6.394.189.06-
YUV58.9142.73148.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=41.51%
G=18.40%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88398500.560.030.65303.6738.5824.9
Hex5827550383411302719
Octal1304712507031014604731
Binary10110001001111010101011100011100000110011000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582755; }

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

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

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

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

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

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

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

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