Html Css Color HEX #4A0BF1 Han Purple

📋 copy color: '#4A0BF1'

red 74 ◦ green 11 ◦ blue 241

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

Shades of Han Purple #4A0BF1

Tints of Han Purple #4A0BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

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

R = 22.7%
G = 3.37%
B = 73.93%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4A0BF1 (or 0x4A0BF1) is known color: Han Purple. HEX triplet: 4A, 0B and F1. RGB value is (74,11,241). Sum of RGB (Red+Green+Blue) = 74+11+241=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A0BF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A0BF1 is #B5F40E. Grayscale: #373737. Windows color (decimal): -11924495 or 15797066. OLE color: 15797066.

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

Color convert

RGB 74 11 241 -
CMYK 0.69 0.95 0 0.05
HSL 256.43º 0.91% 0.49% -
HSV(B) 256.43º 0.95% 0.95% -
XYZ 18.82 8.05 83.78 -
YUV 56.06 232.37 140.8 -
System Red Green Blue C M Y K H S L
Decimal 74 11 241 0.69 0.95 0 0.05 256.43 0.91 0.49
Hex 4A B F1 45 5F 0 5 100 5B 31
Octal 112 13 361 105 137 0 5 400 133 61
Binary 1001010 1011 11110001 1000101 1011111 0 101 100000000 1011011 110001

Color Harmonies of #4A0BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0BF1

Black with #4A0BF1

Text Example


Text Example

White with #4A0BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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