#58215F

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

Shades of Hot Purple #58215F

Tints of Hot Purple #58215F

Color information

#58215F (or 0x58215F) is unknown color: approx Hot Purple. HEX triplet: 58, 21 and 5F. RGB value is (88,33,95). Sum of RGB (Red+Green+Blue) = 88+33+95=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #58215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58215F is #A7DEA0. Grayscale: #383838. Windows color (decimal): -11001505 or 6234456. OLE color: 6234456.

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

Color convert

RGB883395-
CMYK0.070.6500.63
HSL293.23º48.44%25.1%-
HSV(B)293.23º65.26%37.25%-
XYZ6.633.9911.25-
YUV56.51149.72150.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=40.74%
G=15.28%
B=43.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8833950.070.6500.63293.2348.4425.1
Hex58215F74103F1253019
Octal1304113771010774456031
Binary101100010000110111111111000001011111110010010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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