#58045D

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

Shades of Palatinate Purple #58045D

Tints of Palatinate Purple #58045D

Color information

#58045D (or 0x58045D) is unknown color: approx Palatinate Purple. HEX triplet: 58, 04 and 5D. RGB value is (88,4,93). Sum of RGB (Red+Green+Blue) = 88+4+93=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #58045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58045D is #A7FBA2. Grayscale: #262626. Windows color (decimal): -11008931 or 6095960. OLE color: 6095960.

HSL color Cylindrical-coordinate representation of color #58045D: hue angle of 296.63º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58045D is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88493-
CMYK0.050.9600.64
HSL296.63º91.75%19.02%-
HSV(B)296.63º95.7%36.47%-
XYZ6.042.9510.61-
YUV39.26158.33162.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 93 (36.72% from 255) = 50.27%
R=47.57%
G=2.16%
B=50.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal884930.050.9600.64296.6391.7519.02
Hex5845D5600401295c13
Octal13041355140010045113423
Binary10110001001011101101110000001000000100101001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58045D; }

 p { color: rgb(88,4,93); }

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

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

 a { background-color: rgb(88,4,93); }

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

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

 span { border-color: rgb(88,4,93); }

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