#581256

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

Shades of Palatinate Purple #581256

Tints of Palatinate Purple #581256

Color information

#581256 (or 0x581256) is unknown color: approx Palatinate Purple. HEX triplet: 58, 12 and 56. RGB value is (88,18,86). Sum of RGB (Red+Green+Blue) = 88+18+86=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581256 is #A7EDA9. Grayscale: #2E2E2E. Windows color (decimal): -11005354 or 5640792. OLE color: 5640792.

HSL color Cylindrical-coordinate representation of color #581256: hue angle of 301.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581256 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB881886-
CMYK00.800.020.65
HSL301.71º66.04%20.78%-
HSV(B)301.71º79.55%34.51%-
XYZ5.923.189.11-
YUV46.68150.19157.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=45.83%
G=9.38%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88188600.800.020.65301.7166.0420.78
Hex58125605024112e4215
Octal130221260120210145610225
Binary101100010010101011001010000101000001100101110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581256; }

 p { color: rgb(88,18,86); }

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

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

 a { background-color: rgb(88,18,86); }

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

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

 span { border-color: rgb(88,18,86); }

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