#58375D

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

Shades of Hot Purple #58375D

Tints of Hot Purple #58375D

Color information

#58375D (or 0x58375D) is unknown color: approx Hot Purple. HEX triplet: 58, 37 and 5D. RGB value is (88,55,93). Sum of RGB (Red+Green+Blue) = 88+55+93=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #58375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58375D is #A7C8A2. Grayscale: #454545. Windows color (decimal): -10995875 or 6109016. OLE color: 6109016.

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

Color convert

RGB885593-
CMYK0.050.4100.64
HSL292.11º25.68%29.02%-
HSV(B)292.11º40.86%36.47%-
XYZ7.375.611.05-
YUV69.2141.43141.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=37.29%
G=23.31%
B=39.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8855930.050.4100.64292.1125.6829.02
Hex58375D5290401241a1d
Octal1306713555101004443235
Binary10110001101111011101101101001010000001001001001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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