#581255

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

Shades of Palatinate Purple #581255

Tints of Palatinate Purple #581255

Color information

#581255 (or 0x581255) is unknown color: approx Palatinate Purple. HEX triplet: 58, 12 and 55. RGB value is (88,18,85). Sum of RGB (Red+Green+Blue) = 88+18+85=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581255 is #A7EDAA. Grayscale: #2E2E2E. Windows color (decimal): -11005355 or 5575256. OLE color: 5575256.

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

Color convert

RGB881885-
CMYK00.800.030.65
HSL302.57º66.04%20.78%-
HSV(B)302.57º79.55%34.51%-
XYZ5.883.168.89-
YUV46.57149.69157.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.07%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=46.07%
G=9.42%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88188500.800.030.65302.5766.0420.78
Hex58125505034112f4215
Octal130221250120310145710225
Binary101100010010101010101010000111000001100101111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581255; }

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

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

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

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

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

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

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

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