#58335E

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

Shades of Hot Purple #58335E

Tints of Hot Purple #58335E

Color information

#58335E (or 0x58335E) is unknown color: approx Hot Purple. HEX triplet: 58, 33 and 5E. RGB value is (88,51,94). Sum of RGB (Red+Green+Blue) = 88+51+94=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #58335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58335E is #A7CCA1. Grayscale: #424242. Windows color (decimal): -10996898 or 6173528. OLE color: 6173528.

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

Color convert

RGB885194-
CMYK0.060.4600.63
HSL291.63º29.66%28.43%-
HSV(B)291.63º45.74%36.86%-
XYZ7.235.2511.22-
YUV66.96143.26143-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=37.77%
G=21.89%
B=40.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8851940.060.4600.63291.6329.6628.43
Hex58335E62E03F1241e1c
Octal130631366560774443634
Binary1011000110011101111011010111001111111001001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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