#58095B

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

Shades of Palatinate Purple #58095B

Tints of Palatinate Purple #58095B

Color information

#58095B (or 0x58095B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 09 and 5B. RGB value is (88,9,91). Sum of RGB (Red+Green+Blue) = 88+9+91=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #58095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58095B is #A7F6A4. Grayscale: #292929. Windows color (decimal): -11007653 or 5966168. OLE color: 5966168.

HSL color Cylindrical-coordinate representation of color #58095B: hue angle of 297.8º 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 #58095B is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88991-
CMYK0.030.9000.64
HSL297.8º82%19.61%-
HSV(B)297.8º90.11%35.69%-
XYZ6.013.0310.16-
YUV41.97155.67160.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=46.81%
G=4.79%
B=48.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889910.030.9000.64297.88219.61
Hex5895B35A04012a5214
Octal130111333132010045212224
Binary10110001001101101111101101001000000100101010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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