Html Css Color HEX #4816FA Han Purple

📋 copy color: '#4816FA'

red 72 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #4816FA

Tints of Han Purple #4816FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.4%

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

R = 20.93%
G = 6.4%
B = 72.67%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4816FA (or 0x4816FA) is known color: Han Purple. HEX triplet: 48, 16 and FA. RGB value is (72,22,250). Sum of RGB (Red+Green+Blue) = 72+22+250=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #4816FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4816FA is #B7E905. Grayscale: #3E3E3E. Windows color (decimal): -12052742 or 16389704. OLE color: 16389704.

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

Color convert

RGB 72 22 250 -
CMYK 0.71 0.91 0 0.02
HSL 253.16º 0.96% 0.53% -
HSV(B) 253.16º 0.91% 0.98% -
XYZ 20.21 8.85 91.09 -
YUV 62.94 233.57 134.46 -
System Red Green Blue C M Y K H S L
Decimal 72 22 250 0.71 0.91 0 0.02 253.16 0.96 0.53
Hex 48 16 FA 47 5B 0 2 FD 60 35
Octal 110 26 372 107 133 0 2 375 140 65
Binary 1001000 10110 11111010 1000111 1011011 0 10 11111101 1100000 110101

Color Harmonies of #4816FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816FA

Black with #4816FA

Text Example


Text Example

White with #4816FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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