#581450

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

Shades of Palatinate Purple #581450

Tints of Palatinate Purple #581450

Color information

#581450 (or 0x581450) is unknown color: approx Palatinate Purple. HEX triplet: 58, 14 and 50. RGB value is (88,20,80). Sum of RGB (Red+Green+Blue) = 88+20+80=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581450 is #A7EBAF. Grayscale: #2F2F2F. Windows color (decimal): -11004848 or 5248088. OLE color: 5248088.

HSL color Cylindrical-coordinate representation of color #581450: hue angle of 307.06º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581450 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB882080-
CMYK00.770.090.65
HSL307.06º62.96%21.18%-
HSV(B)307.06º77.27%34.51%-
XYZ5.723.157.9-
YUV47.17146.53157.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=46.81%
G=10.64%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88208000.770.090.65307.0662.9621.18
Hex58145004D9411333f15
Octal130241200115111014637725
Binary1011000101001010000010011011001100000110011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581450; }

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

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

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

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

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

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

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

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