Html Css Color HEX #4A0DDA Han Purple

📋 copy color: '#4A0DDA'

red 74 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #4A0DDA

Tints of Han Purple #4A0DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.48%

R = 24.26%
G = 4.26%
B = 71.48%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A0DDA (or 0x4A0DDA) is known color: Han Purple. HEX triplet: 4A, 0D and DA. RGB value is (74,13,218). Sum of RGB (Red+Green+Blue) = 74+13+218=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A0DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0DDA is #B5F225. Grayscale: #353535. Windows color (decimal): -11924006 or 14290250. OLE color: 14290250.

HSL color Cylindrical-coordinate representation of color #4A0DDA: hue angle of 257.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0DDA is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 13 218 -
CMYK 0.66 0.94 0 0.15
HSL 257.85º 0.89% 0.45% -
HSV(B) 257.85º 0.94% 0.85% -
XYZ 15.62 6.81 66.82 -
YUV 54.61 220.21 141.83 -
System Red Green Blue C M Y K H S L
Decimal 74 13 218 0.66 0.94 0 0.15 257.85 0.89 0.45
Hex 4A D DA 42 5E 0 F 102 59 2D
Octal 112 15 332 102 136 0 17 402 131 55
Binary 1001010 1101 11011010 1000010 1011110 0 1111 100000010 1011001 101101

Color Harmonies of #4A0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0DDA

Black with #4A0DDA

Text Example


Text Example

White with #4A0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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