Html Css Color HEX #5011FA Han Purple

📋 copy color: '#5011FA'

red 80 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #5011FA

Tints of Han Purple #5011FA

RGB

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

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

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

R = 23.05%
G = 4.9%
B = 72.05%

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

#5011FA (or 0x5011FA) is known color: Han Purple. HEX triplet: 50, 11 and FA. RGB value is (80,17,250). Sum of RGB (Red+Green+Blue) = 80+17+250=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #5011FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011FA is #AFEE05. Grayscale: #3D3D3D. Windows color (decimal): -11529734 or 16388432. OLE color: 16388432.

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

Color convert

RGB 80 17 250 -
CMYK 0.68 0.93 0 0.02
HSL 256.22º 0.96% 0.52% -
HSV(B) 256.22º 0.93% 0.98% -
XYZ 20.76 9.01 91.09 -
YUV 62.4 233.87 140.55 -
System Red Green Blue C M Y K H S L
Decimal 80 17 250 0.68 0.93 0 0.02 256.22 0.96 0.52
Hex 50 11 FA 44 5D 0 2 100 60 34
Octal 120 21 372 104 135 0 2 400 140 64
Binary 1010000 10001 11111010 1000100 1011101 0 10 100000000 1100000 110100

Color Harmonies of #5011FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011FA

Black with #5011FA

Text Example


Text Example

White with #5011FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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