Html Css Color HEX #4811FC Han Purple

📋 copy color: '#4811FC'

red 72 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #4811FC

Tints of Han Purple #4811FC

RGB

 RED value IS 72 (28.52% from 255) = 21.11%

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

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

R = 21.11%
G = 4.99%
B = 73.9%

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

#4811FC (or 0x4811FC) is known color: Han Purple. HEX triplet: 48, 11 and FC. RGB value is (72,17,252). Sum of RGB (Red+Green+Blue) = 72+17+252=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #4811FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4811FC is #B7EE03. Grayscale: #3B3B3B. Windows color (decimal): -12054020 or 16519496. OLE color: 16519496.

HSL color Cylindrical-coordinate representation of color #4811FC: hue angle of 254.04º 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 #4811FC is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 17 252 -
CMYK 0.71 0.93 0 0.01
HSL 254.04º 0.98% 0.53% -
HSV(B) 254.04º 0.93% 0.99% -
XYZ 20.44 8.81 92.72 -
YUV 60.24 236.22 136.39 -
System Red Green Blue C M Y K H S L
Decimal 72 17 252 0.71 0.93 0 0.01 254.04 0.98 0.53
Hex 48 11 FC 47 5D 0 1 FE 62 35
Octal 110 21 374 107 135 0 1 376 142 65
Binary 1001000 10001 11111100 1000111 1011101 0 1 11111110 1100010 110101

Color Harmonies of #4811FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811FC

Black with #4811FC

Text Example


Text Example

White with #4811FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4811FC; }

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

 H1.HeaderClassName
 {
   color: #4811FC;
 }
 .AnyTagClassName
 {
   color: #4811FC;
 }
</style>

background-color css

<style>
 a { background-color: #4811FC; }

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

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

border-color css

<style>
 span { border-color: #4811FC; }

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

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