Html Css Color HEX #4A0ED2 Han Purple

📋 copy color: '#4A0ED2'

red 74 ◦ green 14 ◦ blue 210

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

Shades of Han Purple #4A0ED2

Tints of Han Purple #4A0ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 70.47%

R = 24.83%
G = 4.7%
B = 70.47%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4A0ED2 (or 0x4A0ED2) is known color: Han Purple. HEX triplet: 4A, 0E and D2. RGB value is (74,14,210). Sum of RGB (Red+Green+Blue) = 74+14+210=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 210 (82.42% from 255 or 70.47% from 298); Max value from RGB is 210 - color contains mainly: blue. Hex color #4A0ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0ED2 is #B5F12D. Grayscale: #353535. Windows color (decimal): -11923758 or 13766218. OLE color: 13766218.

HSL color Cylindrical-coordinate representation of color #4A0ED2: hue angle of 258.37º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0ED2 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 14 210 -
CMYK 0.65 0.93 0 0.18
HSL 258.37º 0.88% 0.44% -
HSV(B) 258.37º 0.93% 0.82% -
XYZ 14.61 6.42 61.44 -
YUV 54.28 215.88 142.06 -
System Red Green Blue C M Y K H S L
Decimal 74 14 210 0.65 0.93 0 0.18 258.37 0.88 0.44
Hex 4A E D2 41 5D 0 12 102 58 2C
Octal 112 16 322 101 135 0 22 402 130 54
Binary 1001010 1110 11010010 1000001 1011101 0 10010 100000010 1011000 101100

Color Harmonies of #4A0ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0ED2

Black with #4A0ED2

Text Example


Text Example

White with #4A0ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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