Html Css Color HEX #5012FA Han Purple

📋 copy color: '#5012FA'

red 80 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #5012FA

Tints of Han Purple #5012FA

RGB

 RED value IS 80 (31.64% from 255) = 22.99%

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

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

R = 22.99%
G = 5.17%
B = 71.84%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5012FA (or 0x5012FA) is known color: Han Purple. HEX triplet: 50, 12 and FA. RGB value is (80,18,250). Sum of RGB (Red+Green+Blue) = 80+18+250=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #5012FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5012FA is #AFED05. Grayscale: #3E3E3E. Windows color (decimal): -11529478 or 16388688. OLE color: 16388688.

HSL color Cylindrical-coordinate representation of color #5012FA: hue angle of 256.03º 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 #5012FA is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 18 250 -
CMYK 0.68 0.93 0 0.02
HSL 256.03º 0.96% 0.53% -
HSV(B) 256.03º 0.93% 0.98% -
XYZ 20.78 9.04 91.09 -
YUV 62.99 233.54 140.14 -
System Red Green Blue C M Y K H S L
Decimal 80 18 250 0.68 0.93 0 0.02 256.03 0.96 0.53
Hex 50 12 FA 44 5D 0 2 100 60 35
Octal 120 22 372 104 135 0 2 400 140 65
Binary 1010000 10010 11111010 1000100 1011101 0 10 100000000 1100000 110101

Color Harmonies of #5012FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012FA

Black with #5012FA

Text Example


Text Example

White with #5012FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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