#4E094B

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

Shades of Hot Purple #4E094B

Tints of Hot Purple #4E094B

Color information

#4E094B (or 0x4E094B) is unknown color: approx Hot Purple. HEX triplet: 4E, 09 and 4B. RGB value is (78,9,75). Sum of RGB (Red+Green+Blue) = 78+9+75=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E094B is #B1F6B4. Grayscale: #242424. Windows color (decimal): -11663029 or 4917582. OLE color: 4917582.

HSL color Cylindrical-coordinate representation of color #4E094B: hue angle of 302.61º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E094B is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB78975-
CMYK00.880.040.69
HSL302.61º79.31%17.06%-
HSV(B)302.61º88.46%30.59%-
XYZ4.512.326.87-
YUV37.16149.36157.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=48.15%
G=5.56%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7897500.880.040.69302.6179.3117.06
Hex4E94B05844512f4f11
Octal116111130130410545711721
Binary100111010011001011010110001001000101100101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,9,75); }

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

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

 a { background-color: rgb(78,9,75); }

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

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

 span { border-color: rgb(78,9,75); }

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