#58165D

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

Shades of Hot Purple #58165D

Tints of Hot Purple #58165D

Color information

#58165D (or 0x58165D) is unknown color: approx Hot Purple. HEX triplet: 58, 16 and 5D. RGB value is (88,22,93). Sum of RGB (Red+Green+Blue) = 88+22+93=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #58165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58165D is #A7E9A2. Grayscale: #313131. Windows color (decimal): -11004323 or 6100568. OLE color: 6100568.

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

Color convert

RGB882293-
CMYK0.050.7600.64
HSL295.77º61.74%22.55%-
HSV(B)295.77º76.34%36.47%-
XYZ6.293.4410.69-
YUV49.83152.37155.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=43.35%
G=10.84%
B=45.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8822930.050.7600.64295.7761.7422.55
Hex58165D54C0401283e17
Octal13026135511401004507627
Binary101100010110101110110110011000100000010010100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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