Html Css Color HEX #4A0DE0 Han Purple

📋 copy color: '#4A0DE0'

red 74 ◦ green 13 ◦ blue 224

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

Shades of Han Purple #4A0DE0

Tints of Han Purple #4A0DE0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.18%

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

R = 23.79%
G = 4.18%
B = 72.03%

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

#4A0DE0 (or 0x4A0DE0) is known color: Han Purple. HEX triplet: 4A, 0D and E0. RGB value is (74,13,224). Sum of RGB (Red+Green+Blue) = 74+13+224=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #4A0DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0DE0 is #B5F21F. Grayscale: #363636. Windows color (decimal): -11924000 or 14683466. OLE color: 14683466.

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

Color convert

RGB 74 13 224 -
CMYK 0.67 0.94 0 0.12
HSL 257.35º 0.89% 0.46% -
HSV(B) 257.35º 0.94% 0.88% -
XYZ 16.42 7.13 71.03 -
YUV 55.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 74 13 224 0.67 0.94 0 0.12 257.35 0.89 0.46
Hex 4A D E0 43 5E 0 C 101 59 2E
Octal 112 15 340 103 136 0 14 401 131 56
Binary 1001010 1101 11100000 1000011 1011110 0 1100 100000001 1011001 101110

Color Harmonies of #4A0DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0DE0

Black with #4A0DE0

Text Example


Text Example

White with #4A0DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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