#4E135A

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

Shades of Hot Purple #4E135A

Tints of Hot Purple #4E135A

Color information

#4E135A (or 0x4E135A) is unknown color: approx Hot Purple. HEX triplet: 4E, 13 and 5A. RGB value is (78,19,90). Sum of RGB (Red+Green+Blue) = 78+19+90=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E135A is #B1ECA5. Grayscale: #2C2C2C. Windows color (decimal): -11660454 or 5903182. OLE color: 5903182.

HSL color Cylindrical-coordinate representation of color #4E135A: hue angle of 289.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E135A is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB781990-
CMYK0.130.7900.65
HSL289.86º65.14%21.37%-
HSV(B)289.86º78.89%35.29%-
XYZ5.222.829.94-
YUV44.73153.55151.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=41.71%
G=10.16%
B=48.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7819900.130.7900.65289.8665.1421.37
Hex4E135AD4F0411224115
Octal1162313215117010144210125
Binary10011101001110110101101100111101000001100100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,19,90); }

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

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

 a { background-color: rgb(78,19,90); }

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

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

 span { border-color: rgb(78,19,90); }

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