#581151

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

Shades of Palatinate Purple #581151

Tints of Palatinate Purple #581151

Color information

#581151 (or 0x581151) is unknown color: approx Palatinate Purple. HEX triplet: 58, 11 and 51. RGB value is (88,17,81). Sum of RGB (Red+Green+Blue) = 88+17+81=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #581151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581151 is #A7EEAE. Grayscale: #2D2D2D. Windows color (decimal): -11005615 or 5312856. OLE color: 5312856.

HSL color Cylindrical-coordinate representation of color #581151: hue angle of 305.92º 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 #581151 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB881781-
CMYK00.810.080.65
HSL305.92º67.62%20.59%-
HSV(B)305.92º80.68%34.51%-
XYZ5.713.078.08-
YUV45.52148.02158.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.31%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 81 (32.03% from 255) = 43.55%
R=47.31%
G=9.14%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88178100.810.080.65305.9267.6220.59
Hex5811510518411324415
Octal1302112101211010146210425
Binary10110001000110100010101000110001000001100110010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581151; }

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

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

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

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

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

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

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

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