Html Css Color HEX #4E3254 Hot Purple

📋 copy color: '#4E3254'

red 78 ◦ green 50 ◦ blue 84

#4E3254
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #4E3254

Tints of Hot Purple #4E3254

RGB

 RED value IS 78 (30.86% from 255) = 36.79%

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 36.79%
G = 23.58%
B = 39.62%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4E3254 (or 0x4E3254) is known color: Hot Purple. HEX triplet: 4E, 32 and 54. RGB value is (78,50,84). Sum of RGB (Red+Green+Blue) = 78+50+84=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E3254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3254 is #B1CDAB. Grayscale: #3E3E3E. Windows color (decimal): -11652524 or 5517902. OLE color: 5517902.

HSL color Cylindrical-coordinate representation of color #4E3254: hue angle of 289.41º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3254 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 78 50 84 -
CMYK 0.07 0.40 0 0.67
HSL 289.41º 0.25% 0.26% -
HSV(B) 289.41º 0.4% 0.33% -
XYZ 5.88 4.54 8.95 -
YUV 62.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 78 50 84 0.07 0.40 0 0.67 289.41 0.25 0.26
Hex 4E 32 54 7 28 0 43 121 19 1A
Octal 116 62 124 7 50 0 103 441 31 32
Binary 1001110 110010 1010100 111 101000 0 1000011 100100001 11001 11010

Color Harmonies of #4E3254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3254

Black with #4E3254

Text Example


Text Example

White with #4E3254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,84); }

 H1.HeaderClassName
 {
   color: #4E3254;
 }
 .AnyTagClassName
 {
   color: #4E3254;
 }
</style>

background-color css

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

 a { background-color: rgb(78,50,84); }

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

border-color css

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

 span { border-color: rgb(78,50,84); }

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