#580460

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

Shades of Palatinate Purple #580460

Tints of Palatinate Purple #580460

Color information

#580460 (or 0x580460) is unknown color: approx Palatinate Purple. HEX triplet: 58, 04 and 60. RGB value is (88,4,96). Sum of RGB (Red+Green+Blue) = 88+4+96=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #580460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580460 is #A7FB9F. Grayscale: #272727. Windows color (decimal): -11008928 or 6292568. OLE color: 6292568.

HSL color Cylindrical-coordinate representation of color #580460: hue angle of 294.78º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #580460 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB88496-
CMYK0.080.9600.62
HSL294.78º92%19.61%-
HSV(B)294.78º95.83%37.65%-
XYZ6.183.0111.32-
YUV39.6159.83162.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.81%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=46.81%
G=2.13%
B=51.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal884960.080.9600.62294.789219.61
Hex5846086003E1275c14
Octal13041401014007644713424
Binary10110001001100000100011000000111110100100111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580460; }

 p { color: rgb(88,4,96); }

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

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

 a { background-color: rgb(88,4,96); }

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

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

 span { border-color: rgb(88,4,96); }

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