#582559

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

Shades of Hot Purple #582559

Tints of Hot Purple #582559

Color information

#582559 (or 0x582559) is unknown color: approx Hot Purple. HEX triplet: 58, 25 and 59. RGB value is (88,37,89). Sum of RGB (Red+Green+Blue) = 88+37+89=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #582559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582559 is #A7DAA6. Grayscale: #3A3A3A. Windows color (decimal): -11000487 or 5842264. OLE color: 5842264.

HSL color Cylindrical-coordinate representation of color #582559: hue angle of 298.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582559 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB883789-
CMYK0.010.5800.65
HSL298.85º41.27%24.71%-
HSV(B)298.85º58.43%34.9%-
XYZ6.494.129.9-
YUV58.18145.4149.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=41.12%
G=17.29%
B=41.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8837890.010.5800.65298.8541.2724.71
Hex58255913A04112b2919
Octal1304513117201014535131
Binary1011000100101101100111110100100000110010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582559; }

 p { color: rgb(88,37,89); }

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

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

 a { background-color: rgb(88,37,89); }

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

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

 span { border-color: rgb(88,37,89); }

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