#4A0FFC

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

Shades of Han Purple #4A0FFC

Tints of Han Purple #4A0FFC

Color information

#4A0FFC (or 0x4A0FFC) is unknown color: approx Han Purple. HEX triplet: 4A, 0F and FC. RGB value is (74,15,252). Sum of RGB (Red+Green+Blue) = 74+15+252=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A0FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0FFC is #B5F003. Grayscale: #3A3A3A. Windows color (decimal): -11923460 or 16518986. OLE color: 16518986.

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

Color convert

RGB7415252-
CMYK0.710.9400.01
HSL254.94º97.53%52.35%-
HSV(B)254.94º94.05%98.82%-
XYZ20.578.8392.72-
YUV59.66236.55138.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 15 (6.25% from 255) = 4.40%
BLUE value IS 252 (98.83% from 255) = 73.90%
R=21.70%
G=4.40%
B=73.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal74152520.710.9400.01254.9497.5352.35
Hex4AFFC475E01ff6234
Octal112173741071360137714264
Binary10010101111111111001000111101111001111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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