#4A14F6

Color #4A14F6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4A14F6

Tints of Han Purple #4A14F6

Color information

#4A14F6 (or 0x4A14F6) is unknown color: approx Han Purple. HEX triplet: 4A, 14 and F6. RGB value is (74,20,246). Sum of RGB (Red+Green+Blue) = 74+20+246=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 246 (96.48% from 255 or 72.35% from 340); Max value from RGB is 246 - color contains mainly: blue. Hex color #4A14F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A14F6 is #B5EB09. Grayscale: #3D3D3D. Windows color (decimal): -11922186 or 16127050. OLE color: 16127050.

HSL color Cylindrical-coordinate representation of color #4A14F6: hue angle of 254.34º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A14F6 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7420246-
CMYK0.700.9200.04
HSL254.34º92.62%52.16%-
HSV(B)254.34º91.87%96.47%-
XYZ19.718.6187.81-
YUV61.91231.89136.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 20 (8.20% from 255) = 5.88%
BLUE value IS 246 (96.48% from 255) = 72.35%
R=21.76%
G=5.88%
B=72.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal74202460.700.9200.04254.3492.6252.16
Hex4A14F6465C04fe5d34
Octal112243661061340437613564
Binary10010101010011110110100011010111000100111111101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A14F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A14F6;
 }
 .AnyTagClassName
 {
   color: #4A14F6;
 }
</style>
background-color css

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

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

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

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

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

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