#58375C

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

Shades of Hot Purple #58375C

Tints of Hot Purple #58375C

Color information

#58375C (or 0x58375C) is unknown color: approx Hot Purple. HEX triplet: 58, 37 and 5C. RGB value is (88,55,92). Sum of RGB (Red+Green+Blue) = 88+55+92=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #58375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58375C is #A7C8A3. Grayscale: #444444. Windows color (decimal): -10995876 or 6043480. OLE color: 6043480.

HSL color Cylindrical-coordinate representation of color #58375C: hue angle of 293.51º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58375C is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB885592-
CMYK0.040.4000.64
HSL293.51º25.17%28.82%-
HSV(B)293.51º40.22%36.08%-
XYZ7.325.5810.82-
YUV69.08140.93141.49-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=37.45%
G=23.40%
B=39.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8855920.040.4000.64293.5125.1728.82
Hex58375C428040126191d
Octal1306713445001004463135
Binary10110001101111011100100101000010000001001001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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