#58135A

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

Shades of Palatinate Purple #58135A

Tints of Palatinate Purple #58135A

Color information

#58135A (or 0x58135A) is unknown color: approx Palatinate Purple. HEX triplet: 58, 13 and 5A. RGB value is (88,19,90). Sum of RGB (Red+Green+Blue) = 88+19+90=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #58135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58135A is #A7ECA5. Grayscale: #2F2F2F. Windows color (decimal): -11005094 or 5903192. OLE color: 5903192.

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

Color convert

RGB881990-
CMYK0.020.7900.65
HSL298.31º65.14%21.37%-
HSV(B)298.31º78.89%35.29%-
XYZ6.13.289.98-
YUV47.72151.86156.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=44.67%
G=9.64%
B=45.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8819900.020.7900.65298.3165.1421.37
Hex58135A24F04112a4115
Octal130231322117010145210125
Binary101100010011101101010100111101000001100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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