#58395B

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

Shades of Hot Purple #58395B

Tints of Hot Purple #58395B

Color information

#58395B (or 0x58395B) is unknown color: approx Hot Purple. HEX triplet: 58, 39 and 5B. RGB value is (88,57,91). Sum of RGB (Red+Green+Blue) = 88+57+91=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #58395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58395B is #A7C6A4. Grayscale: #464646. Windows color (decimal): -10995365 or 5978456. OLE color: 5978456.

HSL color Cylindrical-coordinate representation of color #58395B: hue angle of 294.71º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58395B is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB885791-
CMYK0.030.3700.64
HSL294.71º22.97%29.02%-
HSV(B)294.71º37.36%35.69%-
XYZ7.385.7610.62-
YUV70.14139.77140.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.29%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=37.29%
G=24.15%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8857910.030.3700.64294.7122.9729.02
Hex58395B325040127171d
Octal1307113334501004472735
Binary1011000111001101101111100101010000001001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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