#4E0C4D

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

Shades of Hot Purple #4E0C4D

Tints of Hot Purple #4E0C4D

Color information

#4E0C4D (or 0x4E0C4D) is unknown color: approx Hot Purple. HEX triplet: 4E, 0C and 4D. RGB value is (78,12,77). Sum of RGB (Red+Green+Blue) = 78+12+77=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0C4D is #B1F3B2. Grayscale: #262626. Windows color (decimal): -11662259 or 5049422. OLE color: 5049422.

HSL color Cylindrical-coordinate representation of color #4E0C4D: hue angle of 300.91º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E0C4D is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB781277-
CMYK00.850.010.69
HSL300.91º73.33%17.65%-
HSV(B)300.91º84.62%30.59%-
XYZ4.612.427.24-
YUV39.14149.37155.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.71%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=46.71%
G=7.19%
B=46.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78127700.850.010.69300.9173.3317.65
Hex4EC4D05514512d4912
Octal116141150125110545511122
Binary1001110110010011010101010111000101100101101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,12,77); }

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

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

 a { background-color: rgb(78,12,77); }

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

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

 span { border-color: rgb(78,12,77); }

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