Html Css Color HEX #4912FA Han Purple

📋 copy color: '#4912FA'

red 73 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #4912FA

Tints of Han Purple #4912FA

RGB

 RED value IS 73 (28.91% from 255) = 21.41%

 GREEN value IS 18 (7.42% from 255) = 5.28%

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

R = 21.41%
G = 5.28%
B = 73.31%

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

#4912FA (or 0x4912FA) is known color: Han Purple. HEX triplet: 49, 12 and FA. RGB value is (73,18,250). Sum of RGB (Red+Green+Blue) = 73+18+250=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #4912FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4912FA is #B6ED05. Grayscale: #3C3C3C. Windows color (decimal): -11988230 or 16388681. OLE color: 16388681.

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

Color convert

RGB 73 18 250 -
CMYK 0.71 0.93 0 0.02
HSL 254.22º 0.96% 0.53% -
HSV(B) 254.22º 0.93% 0.98% -
XYZ 20.22 8.75 91.07 -
YUV 60.89 234.72 136.64 -
System Red Green Blue C M Y K H S L
Decimal 73 18 250 0.71 0.93 0 0.02 254.22 0.96 0.53
Hex 49 12 FA 47 5D 0 2 FE 60 35
Octal 111 22 372 107 135 0 2 376 140 65
Binary 1001001 10010 11111010 1000111 1011101 0 10 11111110 1100000 110101

Color Harmonies of #4912FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912FA

Black with #4912FA

Text Example


Text Example

White with #4912FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,18,250); }

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

background-color css

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

 a { background-color: rgb(73,18,250); }

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

border-color css

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

 span { border-color: rgb(73,18,250); }

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