Html Css Color HEX #4801FA Han Purple

📋 copy color: '#4801FA'

red 72 ◦ green 1 ◦ blue 250

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

Shades of Han Purple #4801FA

Tints of Han Purple #4801FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 22.29%
G = 0.31%
B = 77.4%

CMYK

 C value IS 0.71

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4801FA (or 0x4801FA) is known color: Han Purple. HEX triplet: 48, 01 and FA. RGB value is (72,1,250). Sum of RGB (Red+Green+Blue) = 72+1+250=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 250 (98.05% from 255 or 77.40% from 323); Max value from RGB is 250 - color contains mainly: blue. Hex color #4801FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4801FA is #B7FE05. Grayscale: #313131. Windows color (decimal): -12058118 or 16384328. OLE color: 16384328.

HSL color Cylindrical-coordinate representation of color #4801FA: hue angle of 257.11º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4801FA is Cyan = 0.71, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 1 250 -
CMYK 0.71 1.00 0 0.02
HSL 257.11º 0.99% 0.49% -
HSV(B) 257.11º 1% 0.98% -
XYZ 19.94 8.3 90.99 -
YUV 50.62 240.52 143.25 -
System Red Green Blue C M Y K H S L
Decimal 72 1 250 0.71 1.00 0 0.02 257.11 0.99 0.49
Hex 48 1 FA 47 64 0 2 101 63 31
Octal 110 1 372 107 144 0 2 401 143 61
Binary 1001000 1 11111010 1000111 1100100 0 10 100000001 1100011 110001

Color Harmonies of #4801FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801FA

Black with #4801FA

Text Example


Text Example

White with #4801FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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