#58095A

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

Shades of Palatinate Purple #58095A

Tints of Palatinate Purple #58095A

Color information

#58095A (or 0x58095A) is unknown color: approx Palatinate Purple. HEX triplet: 58, 09 and 5A. RGB value is (88,9,90). Sum of RGB (Red+Green+Blue) = 88+9+90=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #58095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58095A is #A7F6A5. Grayscale: #292929. Windows color (decimal): -11007654 or 5900632. OLE color: 5900632.

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

Color convert

RGB88990-
CMYK0.020.900.65
HSL298.52º81.82%19.41%-
HSV(B)298.52º90%35.29%-
XYZ5.973.019.94-
YUV41.86155.17160.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 9 (3.91% from 255) = 4.81%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=47.06%
G=4.81%
B=48.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889900.020.900.65298.5281.8219.41
Hex5895A25A04112b5213
Octal130111322132010145312223
Binary10110001001101101010101101001000001100101011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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