#58005F

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

Shades of Palatinate Purple #58005F

Tints of Palatinate Purple #58005F

Color information

#58005F (or 0x58005F) is unknown color: approx Palatinate Purple. HEX triplet: 58, 00 and 5F. RGB value is (88,0,95). Sum of RGB (Red+Green+Blue) = 88+0+95=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #58005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58005F is #A7FFA0. Grayscale: #242424. Windows color (decimal): -11009953 or 6226008. OLE color: 6226008.

HSL color Cylindrical-coordinate representation of color #58005F: hue angle of 295.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58005F is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB88095-
CMYK0.07100.63
HSL295.58º100%18.63%-
HSV(B)295.58º100%37.25%-
XYZ6.092.911.07-
YUV37.14160.65164.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=48.09%
G=0%
B=51.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal880950.07100.63295.5810018.63
Hex5805F76403F1286413
Octal1300137714407745014423
Binary10110000101111111111001000111111100101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58005F; }

 p { color: rgb(88,0,95); }

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

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

 a { background-color: rgb(88,0,95); }

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

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

 span { border-color: rgb(88,0,95); }

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