Html Css Color HEX #4E12FD Han Purple

📋 copy color: '#4E12FD'

red 78 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4E12FD

Tints of Han Purple #4E12FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.49%

R = 22.35%
G = 5.16%
B = 72.49%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E12FD (or 0x4E12FD) is known color: Han Purple. HEX triplet: 4E, 12 and FD. RGB value is (78,18,253). Sum of RGB (Red+Green+Blue) = 78+18+253=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E12FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E12FD is #B1ED02. Grayscale: #3D3D3D. Windows color (decimal): -11660547 or 16585294. OLE color: 16585294.

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

Color convert

RGB 78 18 253 -
CMYK 0.69 0.93 0 0.01
HSL 255.32º 0.98% 0.53% -
HSV(B) 255.32º 0.93% 0.99% -
XYZ 21.09 9.14 93.58 -
YUV 62.73 235.38 138.89 -
System Red Green Blue C M Y K H S L
Decimal 78 18 253 0.69 0.93 0 0.01 255.32 0.98 0.53
Hex 4E 12 FD 45 5D 0 1 FF 62 35
Octal 116 22 375 105 135 0 1 377 142 65
Binary 1001110 10010 11111101 1000101 1011101 0 1 11111111 1100010 110101

Color Harmonies of #4E12FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E12FD

Black with #4E12FD

Text Example


Text Example

White with #4E12FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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