#58365D

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

Shades of Hot Purple #58365D

Tints of Hot Purple #58365D

Color information

#58365D (or 0x58365D) is unknown color: approx Hot Purple. HEX triplet: 58, 36 and 5D. RGB value is (88,54,93). Sum of RGB (Red+Green+Blue) = 88+54+93=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #58365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58365D is #A7C9A2. Grayscale: #444444. Windows color (decimal): -10996131 or 6108760. OLE color: 6108760.

HSL color Cylindrical-coordinate representation of color #58365D: hue angle of 292.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58365D is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB885493-
CMYK0.050.4200.64
HSL292.31º26.53%28.82%-
HSV(B)292.31º41.94%36.47%-
XYZ7.325.511.03-
YUV68.61141.76141.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=37.45%
G=22.98%
B=39.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8854930.050.4200.64292.3126.5328.82
Hex58365D52A0401241b1d
Octal1306613555201004443335
Binary10110001101101011101101101010010000001001001001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58365D; }

 p { color: rgb(88,54,93); }

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

<style>
 a { background-color: #58365D; }

 a { background-color: rgb(88,54,93); }

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

<style>
 span { border-color: #58365D; }

 span { border-color: rgb(88,54,93); }

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