Html Css Color HEX #4A0EFB Han Purple

📋 copy color: '#4A0EFB'

red 74 ◦ green 14 ◦ blue 251

#4A0EFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4A0EFB

Tints of Han Purple #4A0EFB

RGB

 RED value IS 74 (29.3% from 255) = 21.83%

 GREEN value IS 14 (5.86% from 255) = 4.13%

 BLUE value IS 251 (98.44% from 255) = 74.04%

R = 21.83%
G = 4.13%
B = 74.04%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A0EFB (or 0x4A0EFB) is known color: Han Purple. HEX triplet: 4A, 0E and FB. RGB value is (74,14,251). Sum of RGB (Red+Green+Blue) = 74+14+251=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0EFB is #B5F104. Grayscale: #3A3A3A. Windows color (decimal): -11923717 or 16453194. OLE color: 16453194.

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

Color convert

RGB 74 14 251 -
CMYK 0.71 0.94 0 0.02
HSL 255.19º 0.97% 0.52% -
HSV(B) 255.19º 0.94% 0.98% -
XYZ 20.39 8.73 91.88 -
YUV 58.96 236.38 138.73 -
System Red Green Blue C M Y K H S L
Decimal 74 14 251 0.71 0.94 0 0.02 255.19 0.97 0.52
Hex 4A E FB 47 5E 0 2 FF 61 34
Octal 112 16 373 107 136 0 2 377 141 64
Binary 1001010 1110 11111011 1000111 1011110 0 10 11111111 1100001 110100

Color Harmonies of #4A0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EFB

Black with #4A0EFB

Text Example


Text Example

White with #4A0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,14,251); }

 H1.HeaderClassName
 {
   color: #4A0EFB;
 }
 .AnyTagClassName
 {
   color: #4A0EFB;
 }
</style>

background-color css

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

 a { background-color: rgb(74,14,251); }

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

border-color css

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

 span { border-color: rgb(74,14,251); }

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