#58195F

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

Shades of Hot Purple #58195F

Tints of Hot Purple #58195F

Color information

#58195F (or 0x58195F) is unknown color: approx Hot Purple. HEX triplet: 58, 19 and 5F. RGB value is (88,25,95). Sum of RGB (Red+Green+Blue) = 88+25+95=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #58195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58195F is #A7E6A0. Grayscale: #333333. Windows color (decimal): -11003553 or 6232408. OLE color: 6232408.

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

Color convert

RGB882595-
CMYK0.070.7400.63
HSL294º58.33%23.53%-
HSV(B)294º73.68%37.25%-
XYZ6.443.611.18-
YUV51.82152.37153.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 25 (10.16% from 255) = 12.02%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=42.31%
G=12.02%
B=45.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8825950.070.7400.6329458.3323.53
Hex58195F74A03F1263a18
Octal1303113771120774467230
Binary10110001100110111111111001010011111110010011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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