#58325B

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

Shades of Hot Purple #58325B

Tints of Hot Purple #58325B

Color information

#58325B (or 0x58325B) is unknown color: approx Hot Purple. HEX triplet: 58, 32 and 5B. RGB value is (88,50,91). Sum of RGB (Red+Green+Blue) = 88+50+91=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #58325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58325B is #A7CDA4. Grayscale: #414141. Windows color (decimal): -10997157 or 5976664. OLE color: 5976664.

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

Color convert

RGB885091-
CMYK0.030.4500.64
HSL295.61º29.08%27.65%-
HSV(B)295.61º45.05%35.69%-
XYZ7.055.1110.51-
YUV66.04142.09143.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=38.43%
G=21.83%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8850910.030.4500.64295.6129.0827.65
Hex58325B32D0401281d1c
Octal1306213335501004503534
Binary1011000110010101101111101101010000001001010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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