#58315F

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

Shades of Hot Purple #58315F

Tints of Hot Purple #58315F

Color information

#58315F (or 0x58315F) is unknown color: approx Hot Purple. HEX triplet: 58, 31 and 5F. RGB value is (88,49,95). Sum of RGB (Red+Green+Blue) = 88+49+95=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #58315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58315F is #A7CEA0. Grayscale: #414141. Windows color (decimal): -10997409 or 6238552. OLE color: 6238552.

HSL color Cylindrical-coordinate representation of color #58315F: hue angle of 290.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58315F is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB884995-
CMYK0.070.4800.63
HSL290.87º31.94%28.24%-
HSV(B)290.87º48.42%37.25%-
XYZ7.195.111.43-
YUV65.9144.42143.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=37.93%
G=21.12%
B=40.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8849950.070.4800.63290.8731.9428.24
Hex58315F73003F123201c
Octal130611377600774434034
Binary10110001100011011111111110000011111110010001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58315F; }

 p { color: rgb(88,49,95); }

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

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

 a { background-color: rgb(88,49,95); }

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

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

 span { border-color: rgb(88,49,95); }

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