#581850

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

Shades of Palatinate Purple #581850

Tints of Palatinate Purple #581850

Color information

#581850 (or 0x581850) is unknown color: approx Palatinate Purple. HEX triplet: 58, 18 and 50. RGB value is (88,24,80). Sum of RGB (Red+Green+Blue) = 88+24+80=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581850 is #A7E7AF. Grayscale: #313131. Windows color (decimal): -11003824 or 5249112. OLE color: 5249112.

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

Color convert

RGB882480-
CMYK00.730.090.65
HSL307.5º57.14%21.96%-
HSV(B)307.5º72.73%34.51%-
XYZ5.83.317.92-
YUV49.52145.2155.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=45.83%
G=12.5%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88248000.730.090.65307.557.1421.96
Hex5818500499411343916
Octal130301200111111014647126
Binary1011000110001010000010010011001100000110011010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581850; }

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

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

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

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

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

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

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

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