#58315D

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

Shades of Hot Purple #58315D

Tints of Hot Purple #58315D

Color information

#58315D (or 0x58315D) is unknown color: approx Hot Purple. HEX triplet: 58, 31 and 5D. RGB value is (88,49,93). Sum of RGB (Red+Green+Blue) = 88+49+93=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #58315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58315D is #A7CEA2. Grayscale: #414141. Windows color (decimal): -10997411 or 6107480. OLE color: 6107480.

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

Color convert

RGB884993-
CMYK0.050.4700.64
HSL293.18º30.99%27.84%-
HSV(B)293.18º47.31%36.47%-
XYZ7.15.0610.96-
YUV65.68143.42143.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=38.26%
G=21.30%
B=40.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8849930.050.4700.64293.1830.9927.84
Hex58315D52F0401251f1c
Octal1306113555701004453734
Binary10110001100011011101101101111010000001001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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