Html Css Color HEX #4E0850 Hot Purple

📋 copy color: '#4E0850'

red 78 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #4E0850

Tints of Hot Purple #4E0850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 46.99%
G = 4.82%
B = 48.19%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4E0850 (or 0x4E0850) is known color: Hot Purple. HEX triplet: 4E, 08 and 50. RGB value is (78,8,80). Sum of RGB (Red+Green+Blue) = 78+8+80=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #4E0850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0850 is #B1F7AF. Grayscale: #242424. Windows color (decimal): -11663280 or 5245006. OLE color: 5245006.

HSL color Cylindrical-coordinate representation of color #4E0850: hue angle of 298.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0850 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 8 80 -
CMYK 0.02 0.90 0 0.69
HSL 298.33º 0.82% 0.17% -
HSV(B) 298.33º 0.9% 0.31% -
XYZ 4.68 2.37 7.8 -
YUV 37.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 78 8 80 0.02 0.90 0 0.69 298.33 0.82 0.17
Hex 4E 8 50 2 5A 0 45 12A 52 11
Octal 116 10 120 2 132 0 105 452 122 21
Binary 1001110 1000 1010000 10 1011010 0 1000101 100101010 1010010 10001

Color Harmonies of #4E0850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0850

Black with #4E0850

Text Example


Text Example

White with #4E0850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,8,80); }

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

background-color css

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

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

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

border-color css

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

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

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