#581056

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

Shades of Palatinate Purple #581056

Tints of Palatinate Purple #581056

Color information

#581056 (or 0x581056) is unknown color: approx Palatinate Purple. HEX triplet: 58, 10 and 56. RGB value is (88,16,86). Sum of RGB (Red+Green+Blue) = 88+16+86=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #581056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581056 is #A7EFA9. Grayscale: #2D2D2D. Windows color (decimal): -11005866 or 5640280. OLE color: 5640280.

HSL color Cylindrical-coordinate representation of color #581056: hue angle of 301.67º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581056 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB881686-
CMYK00.820.020.65
HSL301.67º69.23%20.39%-
HSV(B)301.67º81.82%34.51%-
XYZ5.893.129.1-
YUV45.51150.85158.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.32%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=46.32%
G=8.42%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88168600.820.020.65301.6769.2320.39
Hex58105605224112e4514
Octal130201260122210145610524
Binary101100010000101011001010010101000001100101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581056; }

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

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

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

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

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

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

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

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