Html Css Color HEX #4A2ADA Han Purple

📋 copy color: '#4A2ADA'

red 74 ◦ green 42 ◦ blue 218

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

Shades of Han Purple #4A2ADA

Tints of Han Purple #4A2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

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

R = 22.16%
G = 12.57%
B = 65.27%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A2ADA (or 0x4A2ADA) is known color: Han Purple. HEX triplet: 4A, 2A and DA. RGB value is (74,42,218). Sum of RGB (Red+Green+Blue) = 74+42+218=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A2ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2ADA is #B5D525. Grayscale: #464646. Windows color (decimal): -11916582 or 14297674. OLE color: 14297674.

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

Color convert

RGB 74 42 218 -
CMYK 0.66 0.81 0 0.15
HSL 250.91º 0.7% 0.51% -
HSV(B) 250.91º 0.81% 0.85% -
XYZ 16.31 8.17 67.05 -
YUV 71.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 74 42 218 0.66 0.81 0 0.15 250.91 0.7 0.51
Hex 4A 2A DA 42 51 0 F FB 46 33
Octal 112 52 332 102 121 0 17 373 106 63
Binary 1001010 101010 11011010 1000010 1010001 0 1111 11111011 1000110 110011

Color Harmonies of #4A2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2ADA

Black with #4A2ADA

Text Example


Text Example

White with #4A2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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