Html Css Color HEX #4A14FF Han Purple

📋 copy color: '#4A14FF'

red 74 ◦ green 20 ◦ blue 255

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

Shades of Han Purple #4A14FF

Tints of Han Purple #4A14FF

RGB

 RED value IS 74 (29.3% from 255) = 21.2%

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 21.2%
G = 5.73%
B = 73.07%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4A14FF (or 0x4A14FF) is known color: Han Purple. HEX triplet: 4A, 14 and FF. RGB value is (74,20,255). Sum of RGB (Red+Green+Blue) = 74+20+255=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A14FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A14FF is #B5EB00. Grayscale: #3E3E3E. Windows color (decimal): -11922177 or 16716874. OLE color: 16716874.

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

Color convert

RGB 74 20 255 -
CMYK 0.71 0.92 0 0
HSL 253.79º 1% 0.54% -
HSV(B) 253.79º 0.92% 1% -
XYZ 21.12 9.18 95.27 -
YUV 62.94 236.39 135.89 -
System Red Green Blue C M Y K H S L
Decimal 74 20 255 0.71 0.92 0 0 253.79 1 0.54
Hex 4A 14 FF 47 5C 0 0 FE 64 36
Octal 112 24 377 107 134 0 0 376 144 66
Binary 1001010 10100 11111111 1000111 1011100 0 0 11111110 1100100 110110

Color Harmonies of #4A14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A14FF

Black with #4A14FF

Text Example


Text Example

White with #4A14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A14FF; }

 p { color: rgb(74,20,255); }

 H1.HeaderClassName
 {
   color: #4A14FF;
 }
 .AnyTagClassName
 {
   color: #4A14FF;
 }
</style>

background-color css

<style>
 a { background-color: #4A14FF; }

 a { background-color: rgb(74,20,255); }

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

border-color css

<style>
 span { border-color: #4A14FF; }

 span { border-color: rgb(74,20,255); }

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