Html Css Color HEX #4920F7 Han Purple

📋 copy color: '#4920F7'

red 73 ◦ green 32 ◦ blue 247

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

Shades of Han Purple #4920F7

Tints of Han Purple #4920F7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 247 (96.88% from 255) = 70.17%

R = 20.74%
G = 9.09%
B = 70.17%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4920F7 (or 0x4920F7) is known color: Han Purple. HEX triplet: 49, 20 and F7. RGB value is (73,32,247). Sum of RGB (Red+Green+Blue) = 73+32+247=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #4920F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4920F7 is #B6DF08. Grayscale: #434343. Windows color (decimal): -11984649 or 16195657. OLE color: 16195657.

HSL color Cylindrical-coordinate representation of color #4920F7: hue angle of 251.44º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4920F7 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 32 247 -
CMYK 0.70 0.87 0 0.03
HSL 251.44º 0.93% 0.55% -
HSV(B) 251.44º 0.87% 0.97% -
XYZ 20.05 9.16 88.71 -
YUV 68.77 228.58 131.02 -
System Red Green Blue C M Y K H S L
Decimal 73 32 247 0.70 0.87 0 0.03 251.44 0.93 0.55
Hex 49 20 F7 46 57 0 3 FB 5D 37
Octal 111 40 367 106 127 0 3 373 135 67
Binary 1001001 100000 11110111 1000110 1010111 0 11 11111011 1011101 110111

Color Harmonies of #4920F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920F7

Black with #4920F7

Text Example


Text Example

White with #4920F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4920F7; }

 p { color: rgb(73,32,247); }

 H1.HeaderClassName
 {
   color: #4920F7;
 }
 .AnyTagClassName
 {
   color: #4920F7;
 }
</style>

background-color css

<style>
 a { background-color: #4920F7; }

 a { background-color: rgb(73,32,247); }

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

border-color css

<style>
 span { border-color: #4920F7; }

 span { border-color: rgb(73,32,247); }

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