#582854

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

Shades of Palatinate Purple #582854

Tints of Palatinate Purple #582854

Color information

#582854 (or 0x582854) is unknown color: approx Palatinate Purple. HEX triplet: 58, 28 and 54. RGB value is (88,40,84). Sum of RGB (Red+Green+Blue) = 88+40+84=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582854 is #A7D7AB. Grayscale: #3B3B3B. Windows color (decimal): -10999724 or 5515352. OLE color: 5515352.

HSL color Cylindrical-coordinate representation of color #582854: hue angle of 305º 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 #582854 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB884084-
CMYK00.550.050.65
HSL305º37.5%25.1%-
HSV(B)305º54.55%34.51%-
XYZ6.384.238.87-
YUV59.37141.9148.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=41.51%
G=18.87%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88408400.550.050.6530537.525.1
Hex5828540375411312619
Octal1305012406751014614631
Binary101100010100010101000110111101100000110011000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582854; }

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

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

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

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

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

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

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

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