#58045B

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

Shades of Palatinate Purple #58045B

Tints of Palatinate Purple #58045B

Color information

#58045B (or 0x58045B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 04 and 5B. RGB value is (88,4,91). Sum of RGB (Red+Green+Blue) = 88+4+91=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #58045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58045B is #A7FBA4. Grayscale: #262626. Windows color (decimal): -11008933 or 5964888. OLE color: 5964888.

HSL color Cylindrical-coordinate representation of color #58045B: hue angle of 297.93º 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 #58045B is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88491-
CMYK0.030.9600.64
HSL297.93º91.58%18.63%-
HSV(B)297.93º95.6%35.69%-
XYZ5.962.9210.15-
YUV39.03157.33162.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.09%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=48.09%
G=2.19%
B=49.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal884910.030.9600.64297.9391.5818.63
Hex5845B36004012a5c13
Octal13041333140010045213423
Binary1011000100101101111110000001000000100101010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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