Html Css Color HEX #4E0AFE Han Purple

📋 copy color: '#4E0AFE'

red 78 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #4E0AFE

Tints of Han Purple #4E0AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.27%

R = 22.81%
G = 2.92%
B = 74.27%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4E0AFE (or 0x4E0AFE) is known color: Han Purple. HEX triplet: 4E, 0A and FE. RGB value is (78,10,254). Sum of RGB (Red+Green+Blue) = 78+10+254=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E0AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0AFE is #B1F501. Grayscale: #393939. Windows color (decimal): -11662594 or 16648782. OLE color: 16648782.

HSL color Cylindrical-coordinate representation of color #4E0AFE: hue angle of 256.72º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0AFE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 10 254 -
CMYK 0.69 0.96 0 0.00
HSL 256.72º 0.99% 0.52% -
HSV(B) 256.72º 0.96% 1% -
XYZ 21.14 8.99 94.39 -
YUV 58.15 238.53 142.16 -
System Red Green Blue C M Y K H S L
Decimal 78 10 254 0.69 0.96 0 0.00 256.72 0.99 0.52
Hex 4E A FE 45 60 0 0 101 63 34
Octal 116 12 376 105 140 0 0 401 143 64
Binary 1001110 1010 11111110 1000101 1100000 0 0 100000001 1100011 110100

Color Harmonies of #4E0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0AFE

Black with #4E0AFE

Text Example


Text Example

White with #4E0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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