#4A0BD6

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

Shades of Han Purple #4A0BD6

Tints of Han Purple #4A0BD6

Color information

#4A0BD6 (or 0x4A0BD6) is unknown color: approx Han Purple. HEX triplet: 4A, 0B and D6. RGB value is (74,11,214). Sum of RGB (Red+Green+Blue) = 74+11+214=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 214 (83.98% from 255 or 71.57% from 299); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0BD6 is #B5F429. Grayscale: #343434. Windows color (decimal): -11924522 or 14027594. OLE color: 14027594.

HSL color Cylindrical-coordinate representation of color #4A0BD6: hue angle of 258.62º degrees, saturation: 0.9, 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 #4A0BD6 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7411214-
CMYK0.650.9500.16
HSL258.62º90.22%44.12%-
HSV(B)258.62º94.86%83.92%-
XYZ15.086.5564.09-
YUV52.98218.87142.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.75%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 214 (83.98% from 255) = 71.57%
R=24.75%
G=3.68%
B=71.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal74112140.650.9500.16258.6290.2244.12
Hex4ABD6415F0101035a2c
Octal1121332610113702040313254
Binary1001010101111010110100000110111110100001000000111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,11,214); }

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

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

 a { background-color: rgb(74,11,214); }

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

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

 span { border-color: rgb(74,11,214); }

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