#581152

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

Shades of Palatinate Purple #581152

Tints of Palatinate Purple #581152

Color information

#581152 (or 0x581152) is unknown color: approx Palatinate Purple. HEX triplet: 58, 11 and 52. RGB value is (88,17,82). Sum of RGB (Red+Green+Blue) = 88+17+82=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #581152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581152 is #A7EEAD. Grayscale: #2D2D2D. Windows color (decimal): -11005614 or 5378392. OLE color: 5378392.

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

Color convert

RGB881782-
CMYK00.810.070.65
HSL305.07º67.62%20.59%-
HSV(B)305.07º80.68%34.51%-
XYZ5.753.088.28-
YUV45.64148.52158.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 82 (32.42% from 255) = 43.85%
R=47.06%
G=9.09%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88178200.810.070.65305.0767.6220.59
Hex5811520517411314415
Octal130211220121710146110425
Binary1011000100011010010010100011111000001100110001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581152; }

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

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

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

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

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

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

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

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