#4A06FC

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

Shades of Han Purple #4A06FC

Tints of Han Purple #4A06FC

Color information

#4A06FC (or 0x4A06FC) is unknown color: approx Han Purple. HEX triplet: 4A, 06 and FC. RGB value is (74,6,252). Sum of RGB (Red+Green+Blue) = 74+6+252=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A06FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A06FC is #B5F903. Grayscale: #353535. Windows color (decimal): -11925764 or 16516682. OLE color: 16516682.

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

Color convert

RGB746252-
CMYK0.710.9800.01
HSL256.59º97.62%50.59%-
HSV(B)256.59º97.62%98.82%-
XYZ20.468.6192.68-
YUV54.38239.53142-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 252 (98.83% from 255) = 75.90%
R=22.29%
G=1.81%
B=75.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal7462520.710.9800.01256.5997.6250.59
Hex4A6FC4762011016233
Octal11263741071420140114263
Binary10010101101111110010001111100010011000000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A06FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,6,252); }

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

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

 a { background-color: rgb(74,6,252); }

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

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

 span { border-color: rgb(74,6,252); }

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