#582263

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

Shades of Hot Purple #582263

Tints of Hot Purple #582263

Color information

#582263 (or 0x582263) is unknown color: approx Hot Purple. HEX triplet: 58, 22 and 63. RGB value is (88,34,99). Sum of RGB (Red+Green+Blue) = 88+34+99=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #582263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582263 is #A7DD9C. Grayscale: #393939. Windows color (decimal): -11001245 or 6496856. OLE color: 6496856.

HSL color Cylindrical-coordinate representation of color #582263: hue angle of 289.85º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582263 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB883499-
CMYK0.110.6600.61
HSL289.85º48.87%26.08%-
HSV(B)289.85º65.66%38.82%-
XYZ6.854.1212.24-
YUV57.56151.39149.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=39.82%
G=15.38%
B=44.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8834990.110.6600.61289.8548.8726.08
Hex582263B4203D122311a
Octal13042143131020754426132
Binary1011000100010110001110111000010011110110010001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582263; }

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

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

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

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

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

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

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

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