#58395E

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

Shades of Hot Purple #58395E

Tints of Hot Purple #58395E

Color information

#58395E (or 0x58395E) is unknown color: approx Hot Purple. HEX triplet: 58, 39 and 5E. RGB value is (88,57,94). Sum of RGB (Red+Green+Blue) = 88+57+94=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #58395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58395E is #A7C6A1. Grayscale: #464646. Windows color (decimal): -10995362 or 6175064. OLE color: 6175064.

HSL color Cylindrical-coordinate representation of color #58395E: hue angle of 290.27º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58395E is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB885794-
CMYK0.060.3900.63
HSL290.27º24.5%29.61%-
HSV(B)290.27º39.36%36.86%-
XYZ7.515.8111.32-
YUV70.49141.27140.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=36.82%
G=23.85%
B=39.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8857940.060.3900.63290.2724.529.61
Hex58395E62703F122191e
Octal130711366470774423136
Binary1011000111001101111011010011101111111001000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58395E; }

 p { color: rgb(88,57,94); }

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

<style>
 a { background-color: #58395E; }

 a { background-color: rgb(88,57,94); }

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

<style>
 span { border-color: #58395E; }

 span { border-color: rgb(88,57,94); }

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