#4A0AD7

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

Shades of Han Purple #4A0AD7

Tints of Han Purple #4A0AD7

Color information

#4A0AD7 (or 0x4A0AD7) is unknown color: approx Han Purple. HEX triplet: 4A, 0A and D7. RGB value is (74,10,215). Sum of RGB (Red+Green+Blue) = 74+10+215=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 215 (84.38% from 255 or 71.91% from 299); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A0AD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0AD7 is #B5F528. Grayscale: #333333. Windows color (decimal): -11924777 or 14092874. OLE color: 14092874.

HSL color Cylindrical-coordinate representation of color #4A0AD7: hue angle of 258.73º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0AD7 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7410215-
CMYK0.660.9500.16
HSL258.73º91.11%44.12%-
HSV(B)258.73º95.35%84.31%-
XYZ15.26.5864.76-
YUV52.51219.7143.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 215 (84.38% from 255) = 71.91%
R=24.75%
G=3.34%
B=71.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74102150.660.9500.16258.7391.1144.12
Hex4AAD7425F0101035b2c
Octal1121232710213702040313354
Binary1001010101011010111100001010111110100001000000111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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