Html Css Color HEX #4811FA Han Purple

📋 copy color: '#4811FA'

red 72 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #4811FA

Tints of Han Purple #4811FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.75%

R = 21.24%
G = 5.01%
B = 73.75%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4811FA (or 0x4811FA) is known color: Han Purple. HEX triplet: 48, 11 and FA. RGB value is (72,17,250). Sum of RGB (Red+Green+Blue) = 72+17+250=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #4811FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4811FA is #B7EE05. Grayscale: #3B3B3B. Windows color (decimal): -12054022 or 16388424. OLE color: 16388424.

HSL color Cylindrical-coordinate representation of color #4811FA: hue angle of 254.16º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4811FA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 17 250 -
CMYK 0.71 0.93 0 0.02
HSL 254.16º 0.96% 0.52% -
HSV(B) 254.16º 0.93% 0.98% -
XYZ 20.13 8.68 91.06 -
YUV 60.01 235.22 136.55 -
System Red Green Blue C M Y K H S L
Decimal 72 17 250 0.71 0.93 0 0.02 254.16 0.96 0.52
Hex 48 11 FA 47 5D 0 2 FE 60 34
Octal 110 21 372 107 135 0 2 376 140 64
Binary 1001000 10001 11111010 1000111 1011101 0 10 11111110 1100000 110100

Color Harmonies of #4811FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811FA

Black with #4811FA

Text Example


Text Example

White with #4811FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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