#4A0BEF

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

Shades of Han Purple #4A0BEF

Tints of Han Purple #4A0BEF

Color information

#4A0BEF (or 0x4A0BEF) is unknown color: approx Han Purple. HEX triplet: 4A, 0B and EF. RGB value is (74,11,239). Sum of RGB (Red+Green+Blue) = 74+11+239=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 239 (93.75% from 255 or 73.77% from 324); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0BEF is #B5F410. Grayscale: #363636. Windows color (decimal): -11924497 or 15665994. OLE color: 15665994.

HSL color Cylindrical-coordinate representation of color #4A0BEF: hue angle of 256.58º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0BEF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7411239-
CMYK0.690.9500.06
HSL256.58º91.2%49.02%-
HSV(B)256.58º95.4%93.73%-
XYZ18.527.9382.22-
YUV55.83231.37140.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.84%
GREEN value IS 11 (4.69% from 255) = 3.40%
BLUE value IS 239 (93.75% from 255) = 73.77%
R=22.84%
G=3.40%
B=73.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74112390.690.9500.06256.5891.249.02
Hex4ABEF455F061015b31
Octal112133571051370640113361
Binary10010101011111011111000101101111101101000000011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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