#582561

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

Shades of Hot Purple #582561

Tints of Hot Purple #582561

Color information

#582561 (or 0x582561) is unknown color: approx Hot Purple. HEX triplet: 58, 25 and 61. RGB value is (88,37,97). Sum of RGB (Red+Green+Blue) = 88+37+97=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #582561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582561 is #A7DA9E. Grayscale: #3A3A3A. Windows color (decimal): -11000479 or 6366552. OLE color: 6366552.

HSL color Cylindrical-coordinate representation of color #582561: hue angle of 291º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582561 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB883797-
CMYK0.090.6200.62
HSL291º44.78%26.27%-
HSV(B)291º61.86%38.04%-
XYZ6.844.2611.77-
YUV59.09149.4148.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=39.64%
G=16.67%
B=43.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8837970.090.6200.6229144.7826.27
Hex58256193E03E1232d1a
Octal1304514111760764435532
Binary101100010010111000011001111110011111010010001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582561; }

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

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

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

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

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

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

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

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