Html Css Color HEX #4E204E Hot Purple

📋 copy color: '#4E204E'

red 78 ◦ green 32 ◦ blue 78

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

Shades of Hot Purple #4E204E

Tints of Hot Purple #4E204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 41.49%
G = 17.02%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E204E (or 0x4E204E) is known color: Hot Purple. HEX triplet: 4E, 20 and 4E. RGB value is (78,32,78). Sum of RGB (Red+Green+Blue) = 78+32+78=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: red, blue. Hex color #4E204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E204E is #B1DFB1. Grayscale: #323232. Windows color (decimal): -11657138 or 5120078. OLE color: 5120078.

HSL color Cylindrical-coordinate representation of color #4E204E: hue angle of 300º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E204E is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 78 -
CMYK 0 0.59 0 0.69
HSL 300º 0.42% 0.22% -
HSV(B) 300º 0.59% 0.31% -
XYZ 5.03 3.2 7.56 -
YUV 51 143.24 147.26 -
System Red Green Blue C M Y K H S L
Decimal 78 32 78 0 0.59 0 0.69 300 0.42 0.22
Hex 4E 20 4E 0 3B 0 45 12C 2A 16
Octal 116 40 116 0 73 0 105 454 52 26
Binary 1001110 100000 1001110 0 111011 0 1000101 100101100 101010 10110

Color Harmonies of #4E204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E204E

Black with #4E204E

Text Example


Text Example

White with #4E204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,78); }

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

background-color css

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

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

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

border-color css

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

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

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