#58125E

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

Shades of Hot Purple #58125E

Tints of Hot Purple #58125E

Color information

#58125E (or 0x58125E) is unknown color: approx Hot Purple. HEX triplet: 58, 12 and 5E. RGB value is (88,18,94). Sum of RGB (Red+Green+Blue) = 88+18+94=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #58125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58125E is #A7EDA1. Grayscale: #2F2F2F. Windows color (decimal): -11005346 or 6165080. OLE color: 6165080.

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

Color convert

RGB881894-
CMYK0.060.8100.63
HSL295.26º67.86%21.96%-
HSV(B)295.26º80.85%36.86%-
XYZ6.263.3210.9-
YUV47.59154.19156.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 94 (37.11% from 255) = 47%
R=44%
G=9%
B=47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8818940.060.8100.63295.2667.8621.96
Hex58125E65103F1274416
Octal13022136612107744710426
Binary101100010010101111011010100010111111100100111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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