#58005B

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

Shades of Palatinate Purple #58005B

Tints of Palatinate Purple #58005B

Color information

#58005B (or 0x58005B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 00 and 5B. RGB value is (88,0,91). Sum of RGB (Red+Green+Blue) = 88+0+91=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #58005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58005B is #A7FFA4. Grayscale: #242424. Windows color (decimal): -11009957 or 5963864. OLE color: 5963864.

HSL color Cylindrical-coordinate representation of color #58005B: hue angle of 298.02º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58005B is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88091-
CMYK0.03100.64
HSL298.02º100%17.84%-
HSV(B)298.02º100%35.69%-
XYZ5.912.8310.13-
YUV36.69158.65164.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=49.16%
G=0%
B=50.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal880910.03100.64298.0210017.84
Hex5805B36404012a6412
Octal13001333144010045214422
Binary10110000101101111110010001000000100101010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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