#58175C

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

Shades of Hot Purple #58175C

Tints of Hot Purple #58175C

Color information

#58175C (or 0x58175C) is unknown color: approx Hot Purple. HEX triplet: 58, 17 and 5C. RGB value is (88,23,92). Sum of RGB (Red+Green+Blue) = 88+23+92=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 92 - color contains mainly: blue. Hex color #58175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58175C is #A7E8A3. Grayscale: #323232. Windows color (decimal): -11004068 or 6035288. OLE color: 6035288.

HSL color Cylindrical-coordinate representation of color #58175C: hue angle of 296.52º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58175C is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB882392-
CMYK0.040.7500.64
HSL296.52º60%22.55%-
HSV(B)296.52º75%36.08%-
XYZ6.263.4610.46-
YUV50.3151.53154.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 23 (9.38% from 255) = 11.33%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=43.35%
G=11.33%
B=45.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8823920.040.7500.64296.526022.55
Hex58175C44B0401293c17
Octal13027134411301004517427
Binary101100010111101110010010010110100000010010100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58175C; }

 p { color: rgb(88,23,92); }

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

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

 a { background-color: rgb(88,23,92); }

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

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

 span { border-color: rgb(88,23,92); }

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