#58175B

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

Shades of Hot Purple #58175B

Tints of Hot Purple #58175B

Color information

#58175B (or 0x58175B) is unknown color: approx Hot Purple. HEX triplet: 58, 17 and 5B. RGB value is (88,23,91). Sum of RGB (Red+Green+Blue) = 88+23+91=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #58175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58175B is #A7E8A4. Grayscale: #313131. Windows color (decimal): -11004069 or 5969752. OLE color: 5969752.

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

Color convert

RGB882391-
CMYK0.030.7500.64
HSL297.35º59.65%22.35%-
HSV(B)297.35º74.73%35.69%-
XYZ6.223.4410.23-
YUV50.19151.03154.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=43.56%
G=11.39%
B=45.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8823910.030.7500.64297.3559.6522.35
Hex58175B34B0401293c16
Octal13027133311301004517426
Binary10110001011110110111110010110100000010010100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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