Html Css Color HEX #4E12FA Han Purple

📋 copy color: '#4E12FA'

red 78 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #4E12FA

Tints of Han Purple #4E12FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.2%

 BLUE value IS 250 (98.05% from 255) = 72.25%

R = 22.54%
G = 5.2%
B = 72.25%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E12FA (or 0x4E12FA) is known color: Han Purple. HEX triplet: 4E, 12 and FA. RGB value is (78,18,250). Sum of RGB (Red+Green+Blue) = 78+18+250=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E12FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E12FA is #B1ED05. Grayscale: #3D3D3D. Windows color (decimal): -11660550 or 16388686. OLE color: 16388686.

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

Color convert

RGB 78 18 250 -
CMYK 0.69 0.93 0 0.02
HSL 255.52º 0.96% 0.53% -
HSV(B) 255.52º 0.93% 0.98% -
XYZ 20.61 8.95 91.08 -
YUV 62.39 233.88 139.14 -
System Red Green Blue C M Y K H S L
Decimal 78 18 250 0.69 0.93 0 0.02 255.52 0.96 0.53
Hex 4E 12 FA 45 5D 0 2 100 60 35
Octal 116 22 372 105 135 0 2 400 140 65
Binary 1001110 10010 11111010 1000101 1011101 0 10 100000000 1100000 110101

Color Harmonies of #4E12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E12FA

Black with #4E12FA

Text Example


Text Example

White with #4E12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,250); }

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

background-color css

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

 a { background-color: rgb(78,18,250); }

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

border-color css

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

 span { border-color: rgb(78,18,250); }

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