Html Css Color HEX #4A0EE0 Han Purple

📋 copy color: '#4A0EE0'

red 74 ◦ green 14 ◦ blue 224

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

Shades of Han Purple #4A0EE0

Tints of Han Purple #4A0EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 71.79%

R = 23.72%
G = 4.49%
B = 71.79%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4A0EE0 (or 0x4A0EE0) is known color: Han Purple. HEX triplet: 4A, 0E and E0. RGB value is (74,14,224). Sum of RGB (Red+Green+Blue) = 74+14+224=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #4A0EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0EE0 is #B5F11F. Grayscale: #373737. Windows color (decimal): -11923744 or 14683722. OLE color: 14683722.

HSL color Cylindrical-coordinate representation of color #4A0EE0: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0EE0 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 14 224 -
CMYK 0.67 0.94 0 0.12
HSL 257.14º 0.88% 0.47% -
HSV(B) 257.14º 0.94% 0.88% -
XYZ 16.44 7.15 71.04 -
YUV 55.88 222.88 140.92 -
System Red Green Blue C M Y K H S L
Decimal 74 14 224 0.67 0.94 0 0.12 257.14 0.88 0.47
Hex 4A E E0 43 5E 0 C 101 58 2F
Octal 112 16 340 103 136 0 14 401 130 57
Binary 1001010 1110 11100000 1000011 1011110 0 1100 100000001 1011000 101111

Color Harmonies of #4A0EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EE0

Black with #4A0EE0

Text Example


Text Example

White with #4A0EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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