Html Css Color HEX #4E0AFF Han Purple

📋 copy color: '#4E0AFF'

red 78 ◦ green 10 ◦ blue 255

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

Shades of Han Purple #4E0AFF

Tints of Han Purple #4E0AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.34%

R = 22.74%
G = 2.92%
B = 74.34%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4E0AFF (or 0x4E0AFF) is known color: Han Purple. HEX triplet: 4E, 0A and FF. RGB value is (78,10,255). Sum of RGB (Red+Green+Blue) = 78+10+255=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E0AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E0AFF is #B1F500. Grayscale: #393939. Windows color (decimal): -11662593 or 16714318. OLE color: 16714318.

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

Color convert

RGB 78 10 255 -
CMYK 0.69 0.96 0 0
HSL 256.65º 1% 0.52% -
HSV(B) 256.65º 0.96% 1% -
XYZ 21.3 9.06 95.23 -
YUV 58.26 239.03 142.08 -
System Red Green Blue C M Y K H S L
Decimal 78 10 255 0.69 0.96 0 0 256.65 1 0.52
Hex 4E A FF 45 60 0 0 101 64 34
Octal 116 12 377 105 140 0 0 401 144 64
Binary 1001110 1010 11111111 1000101 1100000 0 0 100000001 1100100 110100

Color Harmonies of #4E0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0AFF

Black with #4E0AFF

Text Example


Text Example

White with #4E0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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