#4E055C

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

Shades of Hot Purple #4E055C

Tints of Hot Purple #4E055C

Color information

#4E055C (or 0x4E055C) is unknown color: approx Hot Purple. HEX triplet: 4E, 05 and 5C. RGB value is (78,5,92). Sum of RGB (Red+Green+Blue) = 78+5+92=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E055C is #B1FAA3. Grayscale: #242424. Windows color (decimal): -11664036 or 6030670. OLE color: 6030670.

HSL color Cylindrical-coordinate representation of color #4E055C: hue angle of 290.34º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E055C is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78592-
CMYK0.150.9500.64
HSL290.34º89.69%19.02%-
HSV(B)290.34º94.57%36.08%-
XYZ5.132.510.34-
YUV36.74159.18157.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=44.57%
G=2.86%
B=52.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal785920.150.9500.64290.3489.6919.02
Hex4E55CF5F0401225a13
Octal116513417137010044213223
Binary100111010110111001111101111101000000100100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E055C; }

 p { color: rgb(78,5,92); }

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

<style>
 a { background-color: #4E055C; }

 a { background-color: rgb(78,5,92); }

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

<style>
 span { border-color: #4E055C; }

 span { border-color: rgb(78,5,92); }

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