Html Css Color HEX #4E10FC Han Purple

📋 copy color: '#4E10FC'

red 78 ◦ green 16 ◦ blue 252

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

Shades of Han Purple #4E10FC

Tints of Han Purple #4E10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.62%

 BLUE value IS 252 (98.83% from 255) = 72.83%

R = 22.54%
G = 4.62%
B = 72.83%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E10FC (or 0x4E10FC) is known color: Han Purple. HEX triplet: 4E, 10 and FC. RGB value is (78,16,252). Sum of RGB (Red+Green+Blue) = 78+16+252=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E10FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E10FC is #B1EF03. Grayscale: #3C3C3C. Windows color (decimal): -11661060 or 16519246. OLE color: 16519246.

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

Color convert

RGB 78 16 252 -
CMYK 0.69 0.94 0 0.01
HSL 255.76º 0.98% 0.53% -
HSV(B) 255.76º 0.94% 0.99% -
XYZ 20.9 9.02 92.73 -
YUV 61.44 235.54 139.81 -
System Red Green Blue C M Y K H S L
Decimal 78 16 252 0.69 0.94 0 0.01 255.76 0.98 0.53
Hex 4E 10 FC 45 5E 0 1 100 62 35
Octal 116 20 374 105 136 0 1 400 142 65
Binary 1001110 10000 11111100 1000101 1011110 0 1 100000000 1100010 110101

Color Harmonies of #4E10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E10FC

Black with #4E10FC

Text Example


Text Example

White with #4E10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,252); }

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

background-color css

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

 a { background-color: rgb(78,16,252); }

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

border-color css

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

 span { border-color: rgb(78,16,252); }

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