#58285D

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

Shades of Hot Purple #58285D

Tints of Hot Purple #58285D

Color information

#58285D (or 0x58285D) is unknown color: approx Hot Purple. HEX triplet: 58, 28 and 5D. RGB value is (88,40,93). Sum of RGB (Red+Green+Blue) = 88+40+93=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #58285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58285D is #A7D7A2. Grayscale: #3C3C3C. Windows color (decimal): -10999715 or 6105176. OLE color: 6105176.

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

Color convert

RGB884093-
CMYK0.050.5700.64
HSL294.34º39.85%26.08%-
HSV(B)294.34º56.99%36.47%-
XYZ6.764.3810.85-
YUV60.39146.4147.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=39.82%
G=18.10%
B=42.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8840930.050.5700.64294.3439.8526.08
Hex58285D539040126281a
Octal1305013557101004465032
Binary101100010100010111011011110010100000010010011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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