Html Css Color HEX #4914FD Han Purple

📋 copy color: '#4914FD'

red 73 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #4914FD

Tints of Han Purple #4914FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

 BLUE value IS 253 (99.22% from 255) = 73.12%

R = 21.1%
G = 5.78%
B = 73.12%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4914FD (or 0x4914FD) is known color: Han Purple. HEX triplet: 49, 14 and FD. RGB value is (73,20,253). Sum of RGB (Red+Green+Blue) = 73+20+253=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #4914FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4914FD is #B6EB02. Grayscale: #3D3D3D. Windows color (decimal): -11987715 or 16585801. OLE color: 16585801.

HSL color Cylindrical-coordinate representation of color #4914FD: hue angle of 253.65º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4914FD is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 20 253 -
CMYK 0.71 0.92 0 0.01
HSL 253.65º 0.98% 0.54% -
HSV(B) 253.65º 0.92% 0.99% -
XYZ 20.73 9.01 93.57 -
YUV 62.41 235.56 135.55 -
System Red Green Blue C M Y K H S L
Decimal 73 20 253 0.71 0.92 0 0.01 253.65 0.98 0.54
Hex 49 14 FD 47 5C 0 1 FE 62 36
Octal 111 24 375 107 134 0 1 376 142 66
Binary 1001001 10100 11111101 1000111 1011100 0 1 11111110 1100010 110110

Color Harmonies of #4914FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4914FD

Black with #4914FD

Text Example


Text Example

White with #4914FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4914FD; }

 p { color: rgb(73,20,253); }

 H1.HeaderClassName
 {
   color: #4914FD;
 }
 .AnyTagClassName
 {
   color: #4914FD;
 }
</style>

background-color css

<style>
 a { background-color: #4914FD; }

 a { background-color: rgb(73,20,253); }

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

border-color css

<style>
 span { border-color: #4914FD; }

 span { border-color: rgb(73,20,253); }

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