#58135D

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

Shades of Hot Purple #58135D

Tints of Hot Purple #58135D

Color information

#58135D (or 0x58135D) is unknown color: approx Hot Purple. HEX triplet: 58, 13 and 5D. RGB value is (88,19,93). Sum of RGB (Red+Green+Blue) = 88+19+93=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 93 - color contains mainly: blue. Hex color #58135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58135D is #A7ECA2. Grayscale: #2F2F2F. Windows color (decimal): -11005091 or 6099800. OLE color: 6099800.

HSL color Cylindrical-coordinate representation of color #58135D: hue angle of 295.95º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58135D is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB881993-
CMYK0.050.8000.64
HSL295.95º66.07%21.96%-
HSV(B)295.95º79.57%36.47%-
XYZ6.233.3310.67-
YUV48.07153.36156.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 19 (7.81% from 255) = 9.5%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=44%
G=9.5%
B=46.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8819930.050.8000.64295.9566.0721.96
Hex58135D5500401284216
Octal130231355120010045010226
Binary1011000100111011101101101000001000000100101000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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