#58105F

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

Shades of Hot Purple #58105F

Tints of Hot Purple #58105F

Color information

#58105F (or 0x58105F) is unknown color: approx Hot Purple. HEX triplet: 58, 10 and 5F. RGB value is (88,16,95). Sum of RGB (Red+Green+Blue) = 88+16+95=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #58105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58105F is #A7EFA0. Grayscale: #2E2E2E. Windows color (decimal): -11005857 or 6230104. OLE color: 6230104.

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

Color convert

RGB881695-
CMYK0.070.8300.63
HSL294.68º71.17%21.76%-
HSV(B)294.68º83.16%37.25%-
XYZ6.283.2711.13-
YUV46.53155.35157.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=44.22%
G=8.04%
B=47.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8816950.070.8300.63294.6871.1721.76
Hex58105F75303F1274716
Octal13020137712307744710726
Binary101100010000101111111110100110111111100100111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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