#58095D

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

Shades of Palatinate Purple #58095D

Tints of Palatinate Purple #58095D

Color information

#58095D (or 0x58095D) is unknown color: approx Palatinate Purple. HEX triplet: 58, 09 and 5D. RGB value is (88,9,93). Sum of RGB (Red+Green+Blue) = 88+9+93=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #58095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58095D is #A7F6A2. Grayscale: #292929. Windows color (decimal): -11007651 or 6097240. OLE color: 6097240.

HSL color Cylindrical-coordinate representation of color #58095D: hue angle of 296.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58095D is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88993-
CMYK0.050.9000.64
HSL296.43º82.35%20%-
HSV(B)296.43º90.32%36.47%-
XYZ6.13.0610.63-
YUV42.2156.67160.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=46.32%
G=4.74%
B=48.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889930.050.9000.64296.4382.3520
Hex5895D55A0401285214
Octal130111355132010045012224
Binary101100010011011101101101101001000000100101000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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