#58205D

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

Shades of Hot Purple #58205D

Tints of Hot Purple #58205D

Color information

#58205D (or 0x58205D) is unknown color: approx Hot Purple. HEX triplet: 58, 20 and 5D. RGB value is (88,32,93). Sum of RGB (Red+Green+Blue) = 88+32+93=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #58205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58205D is #A7DFA2. Grayscale: #373737. Windows color (decimal): -11001763 or 6103128. OLE color: 6103128.

HSL color Cylindrical-coordinate representation of color #58205D: hue angle of 295.08º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58205D is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB883293-
CMYK0.050.6600.64
HSL295.08º48.8%24.51%-
HSV(B)295.08º65.59%36.47%-
XYZ6.523.910.76-
YUV55.7149.05151.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=41.31%
G=15.02%
B=43.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8832930.050.6600.64295.0848.824.51
Hex58205D5420401273119
Octal13040135510201004476131
Binary1011000100000101110110110000100100000010010011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58205D; }

 p { color: rgb(88,32,93); }

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

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

 a { background-color: rgb(88,32,93); }

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

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

 span { border-color: rgb(88,32,93); }

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