#4A10FA

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

Shades of Han Purple #4A10FA

Tints of Han Purple #4A10FA

Color information

#4A10FA (or 0x4A10FA) is unknown color: approx Han Purple. HEX triplet: 4A, 10 and FA. RGB value is (74,16,250). Sum of RGB (Red+Green+Blue) = 74+16+250=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A10FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A10FA is #B5EF05. Grayscale: #3B3B3B. Windows color (decimal): -11923206 or 16388170. OLE color: 16388170.

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

Color convert

RGB7416250-
CMYK0.700.9400.02
HSL254.87º95.9%52.16%-
HSV(B)254.87º93.6%98.04%-
XYZ20.268.7391.06-
YUV60.02235.22137.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.76%
GREEN value IS 16 (6.64% from 255) = 4.71%
BLUE value IS 250 (98.05% from 255) = 73.53%
R=21.76%
G=4.71%
B=73.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74162500.700.9400.02254.8795.952.16
Hex4A10FA465E02ff6034
Octal112203721061360237714064
Binary1001010100001111101010001101011110010111111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A10FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,16,250); }

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

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

 a { background-color: rgb(74,16,250); }

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

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

 span { border-color: rgb(74,16,250); }

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