#58115B

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

Shades of Palatinate Purple #58115B

Tints of Palatinate Purple #58115B

Color information

#58115B (or 0x58115B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 11 and 5B. RGB value is (88,17,91). Sum of RGB (Red+Green+Blue) = 88+17+91=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #58115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58115B is #A7EEA4. Grayscale: #2E2E2E. Windows color (decimal): -11005605 or 5968216. OLE color: 5968216.

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

Color convert

RGB881791-
CMYK0.030.8100.64
HSL297.57º68.52%21.18%-
HSV(B)297.57º81.32%35.69%-
XYZ6.113.2310.2-
YUV46.66153.02157.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 91 (35.94% from 255) = 46.43%
R=44.90%
G=8.67%
B=46.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8817910.030.8100.64297.5768.5221.18
Hex58115B35104012a4515
Octal130211333121010045210525
Binary101100010001101101111101000101000000100101010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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