#58155B

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

Shades of Palatinate Purple #58155B

Tints of Palatinate Purple #58155B

Color information

#58155B (or 0x58155B) is unknown color: approx Palatinate Purple. HEX triplet: 58, 15 and 5B. RGB value is (88,21,91). Sum of RGB (Red+Green+Blue) = 88+21+91=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 91 - color contains mainly: blue. Hex color #58155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58155B is #A7EAA4. Grayscale: #303030. Windows color (decimal): -11004581 or 5969240. OLE color: 5969240.

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

Color convert

RGB882191-
CMYK0.030.7700.64
HSL297.43º62.5%21.96%-
HSV(B)297.43º76.92%35.69%-
XYZ6.183.3710.22-
YUV49.01151.7155.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=44%
G=10.5%
B=45.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8821910.030.7700.64297.4362.521.96
Hex58155B34D0401293e16
Octal13025133311501004517626
Binary10110001010110110111110011010100000010010100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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