#581855

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

Shades of Palatinate Purple #581855

Tints of Palatinate Purple #581855

Color information

#581855 (or 0x581855) is unknown color: approx Palatinate Purple. HEX triplet: 58, 18 and 55. RGB value is (88,24,85). Sum of RGB (Red+Green+Blue) = 88+24+85=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581855 is #A7E7AA. Grayscale: #313131. Windows color (decimal): -11003819 or 5576792. OLE color: 5576792.

HSL color Cylindrical-coordinate representation of color #581855: hue angle of 302.81º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581855 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB882485-
CMYK00.730.030.65
HSL302.81º57.14%21.96%-
HSV(B)302.81º72.73%34.51%-
XYZ5.993.388.93-
YUV50.09147.7155.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=44.67%
G=12.18%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88248500.730.030.65302.8157.1421.96
Hex58185504934112f3916
Octal13030125011131014577126
Binary10110001100010101010100100111100000110010111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581855; }

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

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

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

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

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

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

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

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