#58305C

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

Shades of Hot Purple #58305C

Tints of Hot Purple #58305C

Color information

#58305C (or 0x58305C) is unknown color: approx Hot Purple. HEX triplet: 58, 30 and 5C. RGB value is (88,48,92). Sum of RGB (Red+Green+Blue) = 88+48+92=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #58305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58305C is #A7CFA3. Grayscale: #404040. Windows color (decimal): -10997668 or 6041688. OLE color: 6041688.

HSL color Cylindrical-coordinate representation of color #58305C: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58305C is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB884892-
CMYK0.040.4800.64
HSL294.55º31.43%27.45%-
HSV(B)294.55º47.83%36.08%-
XYZ7.014.9610.71-
YUV64.98143.25144.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=38.60%
G=21.05%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8848920.040.4800.64294.5531.4327.45
Hex58305C4300401271f1b
Octal1306013446001004473733
Binary10110001100001011100100110000010000001001001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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