Html Css Color HEX #4E10FA Han Purple

📋 copy color: '#4E10FA'

red 78 ◦ green 16 ◦ blue 250

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

Shades of Han Purple #4E10FA

Tints of Han Purple #4E10FA

RGB

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

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

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

R = 22.67%
G = 4.65%
B = 72.67%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E10FA (or 0x4E10FA) is known color: Han Purple. HEX triplet: 4E, 10 and FA. RGB value is (78,16,250). Sum of RGB (Red+Green+Blue) = 78+16+250=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E10FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E10FA is #B1EF05. Grayscale: #3C3C3C. Windows color (decimal): -11661062 or 16388174. OLE color: 16388174.

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

Color convert

RGB 78 16 250 -
CMYK 0.69 0.94 0 0.02
HSL 255.9º 0.96% 0.52% -
HSV(B) 255.9º 0.94% 0.98% -
XYZ 20.58 8.89 91.07 -
YUV 61.21 234.54 139.97 -
System Red Green Blue C M Y K H S L
Decimal 78 16 250 0.69 0.94 0 0.02 255.9 0.96 0.52
Hex 4E 10 FA 45 5E 0 2 100 60 34
Octal 116 20 372 105 136 0 2 400 140 64
Binary 1001110 10000 11111010 1000101 1011110 0 10 100000000 1100000 110100

Color Harmonies of #4E10FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E10FA

Black with #4E10FA

Text Example


Text Example

White with #4E10FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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