Html Css Color HEX #4A0EF1 Han Purple

📋 copy color: '#4A0EF1'

red 74 ◦ green 14 ◦ blue 241

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

Shades of Han Purple #4A0EF1

Tints of Han Purple #4A0EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 73.25%

R = 22.49%
G = 4.26%
B = 73.25%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4A0EF1 (or 0x4A0EF1) is known color: Han Purple. HEX triplet: 4A, 0E and F1. RGB value is (74,14,241). Sum of RGB (Red+Green+Blue) = 74+14+241=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 241 (94.53% from 255 or 73.25% from 329); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A0EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0EF1 is #B5F10E. Grayscale: #383838. Windows color (decimal): -11923727 or 15797834. OLE color: 15797834.

HSL color Cylindrical-coordinate representation of color #4A0EF1: hue angle of 255.86º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0EF1 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 74 14 241 -
CMYK 0.69 0.94 0 0.05
HSL 255.86º 0.89% 0.5% -
HSV(B) 255.86º 0.94% 0.95% -
XYZ 18.86 8.12 83.79 -
YUV 57.82 231.38 139.54 -
System Red Green Blue C M Y K H S L
Decimal 74 14 241 0.69 0.94 0 0.05 255.86 0.89 0.5
Hex 4A E F1 45 5E 0 5 100 59 32
Octal 112 16 361 105 136 0 5 400 131 62
Binary 1001010 1110 11110001 1000101 1011110 0 101 100000000 1011001 110010

Color Harmonies of #4A0EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EF1

Black with #4A0EF1

Text Example


Text Example

White with #4A0EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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