#58035A

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

Shades of Palatinate Purple #58035A

Tints of Palatinate Purple #58035A

Color information

#58035A (or 0x58035A) is unknown color: approx Palatinate Purple. HEX triplet: 58, 03 and 5A. RGB value is (88,3,90). Sum of RGB (Red+Green+Blue) = 88+3+90=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #58035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58035A is #A7FCA5. Grayscale: #262626. Windows color (decimal): -11009190 or 5899096. OLE color: 5899096.

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

Color convert

RGB88390-
CMYK0.020.9700.65
HSL298.62º93.55%18.24%-
HSV(B)298.62º96.67%35.29%-
XYZ5.92.889.92-
YUV38.33157.16163.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.62%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=48.62%
G=1.66%
B=49.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal883900.020.9700.65298.6293.5518.24
Hex5835A26104112b5e12
Octal13031322141010145313622
Binary101100011101101010110000101000001100101011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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