Html Css Color HEX #4911FC Han Purple

📋 copy color: '#4911FC'

red 73 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #4911FC

Tints of Han Purple #4911FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.97%

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

R = 21.35%
G = 4.97%
B = 73.68%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4911FC (or 0x4911FC) is known color: Han Purple. HEX triplet: 49, 11 and FC. RGB value is (73,17,252). Sum of RGB (Red+Green+Blue) = 73+17+252=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #4911FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4911FC is #B6EE03. Grayscale: #3B3B3B. Windows color (decimal): -11988484 or 16519497. OLE color: 16519497.

HSL color Cylindrical-coordinate representation of color #4911FC: hue angle of 254.3º 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 #4911FC is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 17 252 -
CMYK 0.71 0.93 0 0.01
HSL 254.3º 0.98% 0.53% -
HSV(B) 254.3º 0.93% 0.99% -
XYZ 20.52 8.85 92.72 -
YUV 60.53 236.05 136.89 -
System Red Green Blue C M Y K H S L
Decimal 73 17 252 0.71 0.93 0 0.01 254.3 0.98 0.53
Hex 49 11 FC 47 5D 0 1 FE 62 35
Octal 111 21 374 107 135 0 1 376 142 65
Binary 1001001 10001 11111100 1000111 1011101 0 1 11111110 1100010 110101

Color Harmonies of #4911FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911FC

Black with #4911FC

Text Example


Text Example

White with #4911FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4911FC; }

 p { color: rgb(73,17,252); }

 H1.HeaderClassName
 {
   color: #4911FC;
 }
 .AnyTagClassName
 {
   color: #4911FC;
 }
</style>

background-color css

<style>
 a { background-color: #4911FC; }

 a { background-color: rgb(73,17,252); }

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

border-color css

<style>
 span { border-color: #4911FC; }

 span { border-color: rgb(73,17,252); }

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