#581150

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

Shades of Palatinate Purple #581150

Tints of Palatinate Purple #581150

Color information

#581150 (or 0x581150) is unknown color: approx Palatinate Purple. HEX triplet: 58, 11 and 50. RGB value is (88,17,80). Sum of RGB (Red+Green+Blue) = 88+17+80=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #581150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581150 is #A7EEAF. Grayscale: #2D2D2D. Windows color (decimal): -11005616 or 5247320. OLE color: 5247320.

HSL color Cylindrical-coordinate representation of color #581150: hue angle of 306.76º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581150 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB881780-
CMYK00.810.090.65
HSL306.76º67.62%20.59%-
HSV(B)306.76º80.68%34.51%-
XYZ5.673.057.88-
YUV45.41147.52158.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=47.57%
G=9.19%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88178000.810.090.65306.7667.6220.59
Hex5811500519411334415
Octal1302112001211110146310425
Binary10110001000110100000101000110011000001100110011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581150; }

 p { color: rgb(88,17,80); }

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

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

 a { background-color: rgb(88,17,80); }

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

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

 span { border-color: rgb(88,17,80); }

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