Html Css Color HEX #4916FA Han Purple

📋 copy color: '#4916FA'

red 73 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #4916FA

Tints of Han Purple #4916FA

RGB

 RED value IS 73 (28.91% from 255) = 21.16%

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 21.16%
G = 6.38%
B = 72.46%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4916FA (or 0x4916FA) is known color: Han Purple. HEX triplet: 49, 16 and FA. RGB value is (73,22,250). Sum of RGB (Red+Green+Blue) = 73+22+250=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #4916FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4916FA is #B6E905. Grayscale: #3E3E3E. Windows color (decimal): -11987206 or 16389705. OLE color: 16389705.

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

Color convert

RGB 73 22 250 -
CMYK 0.71 0.91 0 0.02
HSL 253.42º 0.96% 0.53% -
HSV(B) 253.42º 0.91% 0.98% -
XYZ 20.29 8.89 91.09 -
YUV 63.24 233.4 134.96 -
System Red Green Blue C M Y K H S L
Decimal 73 22 250 0.71 0.91 0 0.02 253.42 0.96 0.53
Hex 49 16 FA 47 5B 0 2 FD 60 35
Octal 111 26 372 107 133 0 2 375 140 65
Binary 1001001 10110 11111010 1000111 1011011 0 10 11111101 1100000 110101

Color Harmonies of #4916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4916FA

Black with #4916FA

Text Example


Text Example

White with #4916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4916FA; }

 p { color: rgb(73,22,250); }

 H1.HeaderClassName
 {
   color: #4916FA;
 }
 .AnyTagClassName
 {
   color: #4916FA;
 }
</style>

background-color css

<style>
 a { background-color: #4916FA; }

 a { background-color: rgb(73,22,250); }

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

border-color css

<style>
 span { border-color: #4916FA; }

 span { border-color: rgb(73,22,250); }

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