#58165A

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

Shades of Palatinate Purple #58165A

Tints of Palatinate Purple #58165A

Color information

#58165A (or 0x58165A) is unknown color: approx Palatinate Purple. HEX triplet: 58, 16 and 5A. RGB value is (88,22,90). Sum of RGB (Red+Green+Blue) = 88+22+90=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #58165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58165A is #A7E9A5. Grayscale: #313131. Windows color (decimal): -11004326 or 5903960. OLE color: 5903960.

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

Color convert

RGB882290-
CMYK0.020.7600.65
HSL298.24º60.71%21.96%-
HSV(B)298.24º75.56%35.29%-
XYZ6.163.3910-
YUV49.49150.87155.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 90 (35.55% from 255) = 45%
R=44%
G=11%
B=45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822900.020.7600.65298.2460.7121.96
Hex58165A24C04112a3d16
Octal13026132211401014527526
Binary10110001011010110101010011000100000110010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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