#581551

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

Shades of Palatinate Purple #581551

Tints of Palatinate Purple #581551

Color information

#581551 (or 0x581551) is unknown color: approx Palatinate Purple. HEX triplet: 58, 15 and 51. RGB value is (88,21,81). Sum of RGB (Red+Green+Blue) = 88+21+81=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #581551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581551 is #A7EAAE. Grayscale: #2F2F2F. Windows color (decimal): -11004591 or 5313880. OLE color: 5313880.

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

Color convert

RGB882181-
CMYK00.760.080.65
HSL306.27º61.47%21.37%-
HSV(B)306.27º76.14%34.51%-
XYZ5.783.218.1-
YUV47.87146.7156.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 81 (32.03% from 255) = 42.63%
R=46.32%
G=11.05%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88218100.760.080.65306.2761.4721.37
Hex58155104C8411323d15
Octal130251210114101014627525
Binary1011000101011010001010011001000100000110011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581551; }

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

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

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

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

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

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

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

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