#4E165B

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

Shades of Hot Purple #4E165B

Tints of Hot Purple #4E165B

Color information

#4E165B (or 0x4E165B) is unknown color: approx Hot Purple. HEX triplet: 4E, 16 and 5B. RGB value is (78,22,91). Sum of RGB (Red+Green+Blue) = 78+22+91=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165B is #B1E9A4. Grayscale: #2E2E2E. Windows color (decimal): -11659685 or 5969486. OLE color: 5969486.

HSL color Cylindrical-coordinate representation of color #4E165B: hue angle of 288.7º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E165B is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB782291-
CMYK0.140.7600.64
HSL288.7º61.06%22.16%-
HSV(B)288.7º75.82%35.69%-
XYZ5.322.9510.19-
YUV46.61153.05150.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=40.84%
G=11.52%
B=47.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7822910.140.7600.64288.761.0622.16
Hex4E165BE4C0401213d16
Octal116261331611401004417526
Binary1001110101101011011111010011000100000010010000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,22,91); }

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

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

 a { background-color: rgb(78,22,91); }

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

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

 span { border-color: rgb(78,22,91); }

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