#58155E

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

Shades of Hot Purple #58155E

Tints of Hot Purple #58155E

Color information

#58155E (or 0x58155E) is unknown color: approx Hot Purple. HEX triplet: 58, 15 and 5E. RGB value is (88,21,94). Sum of RGB (Red+Green+Blue) = 88+21+94=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #58155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58155E is #A7EAA1. Grayscale: #313131. Windows color (decimal): -11004578 or 6165848. OLE color: 6165848.

HSL color Cylindrical-coordinate representation of color #58155E: hue angle of 295.07º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58155E is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB882194-
CMYK0.060.7800.63
HSL295.07º63.48%22.55%-
HSV(B)295.07º77.66%36.86%-
XYZ6.313.4210.92-
YUV49.36153.2155.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=43.35%
G=10.34%
B=46.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8821940.060.7800.63295.0763.4822.55
Hex58155E64E03F1273f17
Octal1302513661160774477727
Binary10110001010110111101101001110011111110010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58155E; }

 p { color: rgb(88,21,94); }

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

<style>
 a { background-color: #58155E; }

 a { background-color: rgb(88,21,94); }

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

<style>
 span { border-color: #58155E; }

 span { border-color: rgb(88,21,94); }

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