Html Css Color HEX #4E0FDE Han Purple

📋 copy color: '#4E0FDE'

red 78 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #4E0FDE

Tints of Han Purple #4E0FDE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

 BLUE value IS 222 (87.11% from 255) = 70.48%

R = 24.76%
G = 4.76%
B = 70.48%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E0FDE (or 0x4E0FDE) is known color: Han Purple. HEX triplet: 4E, 0F and DE. RGB value is (78,15,222). Sum of RGB (Red+Green+Blue) = 78+15+222=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E0FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0FDE is #B1F021. Grayscale: #383838. Windows color (decimal): -11661346 or 14552910. OLE color: 14552910.

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

Color convert

RGB 78 15 222 -
CMYK 0.65 0.93 0 0.13
HSL 258.26º 0.87% 0.46% -
HSV(B) 258.26º 0.93% 0.87% -
XYZ 16.5 7.24 69.63 -
YUV 57.44 220.87 142.67 -
System Red Green Blue C M Y K H S L
Decimal 78 15 222 0.65 0.93 0 0.13 258.26 0.87 0.46
Hex 4E F DE 41 5D 0 D 102 57 2E
Octal 116 17 336 101 135 0 15 402 127 56
Binary 1001110 1111 11011110 1000001 1011101 0 1101 100000010 1010111 101110

Color Harmonies of #4E0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0FDE

Black with #4E0FDE

Text Example


Text Example

White with #4E0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,15,222); }

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

background-color css

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

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

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

border-color css

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

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

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