Html Css Color HEX #4913FB Han Purple

📋 copy color: '#4913FB'

red 73 ◦ green 19 ◦ blue 251

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

Shades of Han Purple #4913FB

Tints of Han Purple #4913FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 251 (98.44% from 255) = 73.18%

R = 21.28%
G = 5.54%
B = 73.18%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4913FB (or 0x4913FB) is known color: Han Purple. HEX triplet: 49, 13 and FB. RGB value is (73,19,251). Sum of RGB (Red+Green+Blue) = 73+19+251=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #4913FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4913FB is #B6EC04. Grayscale: #3C3C3C. Windows color (decimal): -11987973 or 16454473. OLE color: 16454473.

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

Color convert

RGB 73 19 251 -
CMYK 0.71 0.92 0 0.02
HSL 253.97º 0.97% 0.53% -
HSV(B) 253.97º 0.92% 0.98% -
XYZ 20.39 8.85 91.9 -
YUV 61.59 234.89 136.14 -
System Red Green Blue C M Y K H S L
Decimal 73 19 251 0.71 0.92 0 0.02 253.97 0.97 0.53
Hex 49 13 FB 47 5C 0 2 FE 61 35
Octal 111 23 373 107 134 0 2 376 141 65
Binary 1001001 10011 11111011 1000111 1011100 0 10 11111110 1100001 110101

Color Harmonies of #4913FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4913FB

Black with #4913FB

Text Example


Text Example

White with #4913FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4913FB; }

 p { color: rgb(73,19,251); }

 H1.HeaderClassName
 {
   color: #4913FB;
 }
 .AnyTagClassName
 {
   color: #4913FB;
 }
</style>

background-color css

<style>
 a { background-color: #4913FB; }

 a { background-color: rgb(73,19,251); }

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

border-color css

<style>
 span { border-color: #4913FB; }

 span { border-color: rgb(73,19,251); }

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