#580360

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

Shades of Palatinate Purple #580360

Tints of Palatinate Purple #580360

Color information

#580360 (or 0x580360) is unknown color: approx Palatinate Purple. HEX triplet: 58, 03 and 60. RGB value is (88,3,96). Sum of RGB (Red+Green+Blue) = 88+3+96=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #580360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580360 is #A7FC9F. Grayscale: #262626. Windows color (decimal): -11009184 or 6292312. OLE color: 6292312.

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

Color convert

RGB88396-
CMYK0.080.9700.62
HSL294.84º93.94%19.41%-
HSV(B)294.84º96.88%37.65%-
XYZ6.172.9811.32-
YUV39.02160.16162.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=47.06%
G=1.60%
B=51.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal883960.080.9700.62294.8493.9419.41
Hex5836086103E1275e13
Octal13031401014107644713623
Binary1011000111100000100011000010111110100100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580360; }

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

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

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

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

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

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

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

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