#58215D

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

Shades of Hot Purple #58215D

Tints of Hot Purple #58215D

Color information

#58215D (or 0x58215D) is unknown color: approx Hot Purple. HEX triplet: 58, 21 and 5D. RGB value is (88,33,93). Sum of RGB (Red+Green+Blue) = 88+33+93=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #58215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58215D is #A7DEA2. Grayscale: #383838. Windows color (decimal): -11001507 or 6103384. OLE color: 6103384.

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

Color convert

RGB883393-
CMYK0.050.6500.64
HSL295º47.62%24.71%-
HSV(B)295º64.52%36.47%-
XYZ6.543.9510.77-
YUV56.28148.72150.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=41.12%
G=15.42%
B=43.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8833930.050.6500.6429547.6224.71
Hex58215D5410401273019
Octal13041135510101004476031
Binary1011000100001101110110110000010100000010010011111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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