#582262

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

Shades of Hot Purple #582262

Tints of Hot Purple #582262

Color information

#582262 (or 0x582262) is unknown color: approx Hot Purple. HEX triplet: 58, 22 and 62. RGB value is (88,34,98). Sum of RGB (Red+Green+Blue) = 88+34+98=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #582262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582262 is #A7DD9D. Grayscale: #393939. Windows color (decimal): -11001246 or 6431320. OLE color: 6431320.

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

Color convert

RGB883498-
CMYK0.100.6500.62
HSL290.62º48.48%25.88%-
HSV(B)290.62º65.31%38.43%-
XYZ6.84.111.99-
YUV57.44150.89149.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=40%
G=15.45%
B=44.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8834980.100.6500.62290.6248.4825.88
Hex582262A4103E123301a
Octal13042142121010764436032
Binary1011000100010110001010101000001011111010010001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582262; }

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

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

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

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

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

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

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

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