#58085B

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

Shades of Palatinate Purple #58085B

Tints of Palatinate Purple #58085B

Color information

#58085B (or 0x58085B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 08 and 5B. RGB value is (88,8,91). Sum of RGB (Red+Green+Blue) = 88+8+91=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #58085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58085B is #A7F7A4. Grayscale: #292929. Windows color (decimal): -11007909 or 5965912. OLE color: 5965912.

HSL color Cylindrical-coordinate representation of color #58085B: hue angle of 297.83º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58085B is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB88891-
CMYK0.030.9100.64
HSL297.83º83.84%19.41%-
HSV(B)297.83º91.21%35.69%-
XYZ6310.16-
YUV41.38156161.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=47.06%
G=4.28%
B=48.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal888910.030.9100.64297.8383.8419.41
Hex5885B35B04012a5413
Octal130101333133010045212423
Binary10110001000101101111101101101000000100101010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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