#58115A

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

Shades of Palatinate Purple #58115A

Tints of Palatinate Purple #58115A

Color information

#58115A (or 0x58115A) is unknown color: approx Palatinate Purple. HEX triplet: 58, 11 and 5A. RGB value is (88,17,90). Sum of RGB (Red+Green+Blue) = 88+17+90=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #58115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58115A is #A7EEA5. Grayscale: #2E2E2E. Windows color (decimal): -11005606 or 5902680. OLE color: 5902680.

HSL color Cylindrical-coordinate representation of color #58115A: hue angle of 298.36º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58115A is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB881790-
CMYK0.020.8100.65
HSL298.36º68.22%20.98%-
HSV(B)298.36º81.11%35.29%-
XYZ6.073.219.97-
YUV46.55152.52157.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=45.13%
G=8.72%
B=46.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8817900.020.8100.65298.3668.2220.98
Hex58115A25104112a4415
Octal130211322121010145210425
Binary101100010001101101010101000101000001100101010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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