#582260

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

Shades of Hot Purple #582260

Tints of Hot Purple #582260

Color information

#582260 (or 0x582260) is unknown color: approx Hot Purple. HEX triplet: 58, 22 and 60. RGB value is (88,34,96). Sum of RGB (Red+Green+Blue) = 88+34+96=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #582260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582260 is #A7DD9F. Grayscale: #393939. Windows color (decimal): -11001248 or 6300248. OLE color: 6300248.

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

Color convert

RGB883496-
CMYK0.080.6500.62
HSL292.26º47.69%25.49%-
HSV(B)292.26º64.58%37.65%-
XYZ6.714.0611.5-
YUV57.21149.89149.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=40.37%
G=15.60%
B=44.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8834960.080.6500.62292.2647.6925.49
Hex58226084103E1243019
Octal13042140101010764446031
Binary1011000100010110000010001000001011111010010010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582260; }

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

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

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

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

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

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

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

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