#581055

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

Shades of Palatinate Purple #581055

Tints of Palatinate Purple #581055

Color information

#581055 (or 0x581055) is unknown color: approx Palatinate Purple. HEX triplet: 58, 10 and 55. RGB value is (88,16,85). Sum of RGB (Red+Green+Blue) = 88+16+85=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581055 is #A7EFAA. Grayscale: #2D2D2D. Windows color (decimal): -11005867 or 5574744. OLE color: 5574744.

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

Color convert

RGB881685-
CMYK00.820.030.65
HSL302.5º69.23%20.39%-
HSV(B)302.5º81.82%34.51%-
XYZ5.853.18.88-
YUV45.39150.35158.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=46.56%
G=8.47%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88168500.820.030.65302.569.2320.39
Hex58105505234112e4514
Octal130201250122310145610524
Binary101100010000101010101010010111000001100101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581055; }

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

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

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

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

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

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

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

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