Html Css Color HEX #4A1AEC Han Purple

📋 copy color: '#4A1AEC'

red 74 ◦ green 26 ◦ blue 236

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

Shades of Han Purple #4A1AEC

Tints of Han Purple #4A1AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 22.02%
G = 7.74%
B = 70.24%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A1AEC (or 0x4A1AEC) is known color: Han Purple. HEX triplet: 4A, 1A and EC. RGB value is (74,26,236). Sum of RGB (Red+Green+Blue) = 74+26+236=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A1AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1AEC is #B5E513. Grayscale: #3F3F3F. Windows color (decimal): -11920660 or 15473226. OLE color: 15473226.

HSL color Cylindrical-coordinate representation of color #4A1AEC: hue angle of 253.71º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1AEC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 26 236 -
CMYK 0.69 0.89 0 0.07
HSL 253.71º 0.85% 0.51% -
HSV(B) 253.71º 0.89% 0.93% -
XYZ 18.33 8.25 79.98 -
YUV 64.29 224.9 134.92 -
System Red Green Blue C M Y K H S L
Decimal 74 26 236 0.69 0.89 0 0.07 253.71 0.85 0.51
Hex 4A 1A EC 45 59 0 7 FE 55 33
Octal 112 32 354 105 131 0 7 376 125 63
Binary 1001010 11010 11101100 1000101 1011001 0 111 11111110 1010101 110011

Color Harmonies of #4A1AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1AEC

Black with #4A1AEC

Text Example


Text Example

White with #4A1AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,26,236); }

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

background-color css

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

 a { background-color: rgb(74,26,236); }

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

border-color css

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

 span { border-color: rgb(74,26,236); }

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