#4E3056

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

Shades of Hot Purple #4E3056

Tints of Hot Purple #4E3056

Color information

#4E3056 (or 0x4E3056) is unknown color: approx Hot Purple. HEX triplet: 4E, 30 and 56. RGB value is (78,48,86). Sum of RGB (Red+Green+Blue) = 78+48+86=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E3056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3056 is #B1CFA9. Grayscale: #3D3D3D. Windows color (decimal): -11653034 or 5648462. OLE color: 5648462.

HSL color Cylindrical-coordinate representation of color #4E3056: hue angle of 287.37º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3056 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB784886-
CMYK0.090.4400.66
HSL287.37º28.36%26.27%-
HSV(B)287.37º44.19%33.73%-
XYZ5.884.419.34-
YUV61.3141.94139.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.79%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=36.79%
G=22.64%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7848860.090.4400.66287.3728.3626.27
Hex4E305692C04211f1c1a
Octal11660126115401024373432
Binary100111011000010101101001101100010000101000111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,86); }

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

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

 a { background-color: rgb(78,48,86); }

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

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

 span { border-color: rgb(78,48,86); }

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