Html Css Color HEX #4A11FC Han Purple

📋 copy color: '#4A11FC'

red 74 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #4A11FC

Tints of Han Purple #4A11FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.96%

 BLUE value IS 252 (98.83% from 255) = 73.47%

R = 21.57%
G = 4.96%
B = 73.47%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4A11FC (or 0x4A11FC) is known color: Han Purple. HEX triplet: 4A, 11 and FC. RGB value is (74,17,252). Sum of RGB (Red+Green+Blue) = 74+17+252=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A11FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A11FC is #B5EE03. Grayscale: #3B3B3B. Windows color (decimal): -11922948 or 16519498. OLE color: 16519498.

HSL color Cylindrical-coordinate representation of color #4A11FC: hue angle of 254.55º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A11FC is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 17 252 -
CMYK 0.71 0.93 0 0.01
HSL 254.55º 0.98% 0.53% -
HSV(B) 254.55º 0.93% 0.99% -
XYZ 20.6 8.89 92.72 -
YUV 60.83 235.88 137.39 -
System Red Green Blue C M Y K H S L
Decimal 74 17 252 0.71 0.93 0 0.01 254.55 0.98 0.53
Hex 4A 11 FC 47 5D 0 1 FF 62 35
Octal 112 21 374 107 135 0 1 377 142 65
Binary 1001010 10001 11111100 1000111 1011101 0 1 11111111 1100010 110101

Color Harmonies of #4A11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A11FC

Black with #4A11FC

Text Example


Text Example

White with #4A11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,17,252); }

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

background-color css

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

 a { background-color: rgb(74,17,252); }

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

border-color css

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

 span { border-color: rgb(74,17,252); }

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