Html Css Color HEX #5011FC Han Purple

📋 copy color: '#5011FC'

red 80 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #5011FC

Tints of Han Purple #5011FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.21%

R = 22.92%
G = 4.87%
B = 72.21%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5011FC (or 0x5011FC) is known color: Han Purple. HEX triplet: 50, 11 and FC. RGB value is (80,17,252). Sum of RGB (Red+Green+Blue) = 80+17+252=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #5011FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5011FC is #AFEE03. Grayscale: #3D3D3D. Windows color (decimal): -11529732 or 16519504. OLE color: 16519504.

HSL color Cylindrical-coordinate representation of color #5011FC: hue angle of 256.09º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5011FC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 17 252 -
CMYK 0.68 0.93 0 0.01
HSL 256.09º 0.98% 0.53% -
HSV(B) 256.09º 0.93% 0.99% -
XYZ 21.08 9.13 92.75 -
YUV 62.63 234.87 140.39 -
System Red Green Blue C M Y K H S L
Decimal 80 17 252 0.68 0.93 0 0.01 256.09 0.98 0.53
Hex 50 11 FC 44 5D 0 1 100 62 35
Octal 120 21 374 104 135 0 1 400 142 65
Binary 1010000 10001 11111100 1000100 1011101 0 1 100000000 1100010 110101

Color Harmonies of #5011FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011FC

Black with #5011FC

Text Example


Text Example

White with #5011FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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