#4A0AF9

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

Shades of Han Purple #4A0AF9

Tints of Han Purple #4A0AF9

Color information

#4A0AF9 (or 0x4A0AF9) is unknown color: approx Han Purple. HEX triplet: 4A, 0A and F9. RGB value is (74,10,249). Sum of RGB (Red+Green+Blue) = 74+10+249=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 249 (97.66% from 255 or 74.77% from 333); Max value from RGB is 249 - color contains mainly: blue. Hex color #4A0AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0AF9 is #B5F506. Grayscale: #373737. Windows color (decimal): -11924743 or 16321098. OLE color: 16321098.

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

Color convert

RGB7410249-
CMYK0.700.9600.02
HSL256.07º95.22%50.78%-
HSV(B)256.07º95.98%97.65%-
XYZ20.038.5190.21-
YUV56.38236.7140.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 249 (97.66% from 255) = 74.77%
R=22.22%
G=3.00%
B=74.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74102490.700.9600.02256.0795.2250.78
Hex4AAF94660021005f33
Octal112123711061400240013763
Binary1001010101011111001100011011000000101000000001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,10,249); }

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

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

 a { background-color: rgb(74,10,249); }

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

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

 span { border-color: rgb(74,10,249); }

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