Html Css Color HEX #4E0ADF Han Purple

📋 copy color: '#4E0ADF'

red 78 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #4E0ADF

Tints of Han Purple #4E0ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.22%

 BLUE value IS 223 (87.5% from 255) = 71.7%

R = 25.08%
G = 3.22%
B = 71.7%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E0ADF (or 0x4E0ADF) is known color: Han Purple. HEX triplet: 4E, 0A and DF. RGB value is (78,10,223). Sum of RGB (Red+Green+Blue) = 78+10+223=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0ADF is #B1F520. Grayscale: #353535. Windows color (decimal): -11662625 or 14617166. OLE color: 14617166.

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

Color convert

RGB 78 10 223 -
CMYK 0.65 0.96 0 0.13
HSL 259.15º 0.91% 0.46% -
HSV(B) 259.15º 0.96% 0.87% -
XYZ 16.57 7.16 70.32 -
YUV 54.61 223.03 144.68 -
System Red Green Blue C M Y K H S L
Decimal 78 10 223 0.65 0.96 0 0.13 259.15 0.91 0.46
Hex 4E A DF 41 60 0 D 103 5B 2E
Octal 116 12 337 101 140 0 15 403 133 56
Binary 1001110 1010 11011111 1000001 1100000 0 1101 100000011 1011011 101110

Color Harmonies of #4E0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0ADF

Black with #4E0ADF

Text Example


Text Example

White with #4E0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,10,223); }

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

background-color css

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

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

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

border-color css

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

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

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