Html Css Color HEX #5012FC Han Purple

📋 copy color: '#5012FC'

red 80 ◦ green 18 ◦ blue 252

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

Shades of Han Purple #5012FC

Tints of Han Purple #5012FC

RGB

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

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

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

R = 22.86%
G = 5.14%
B = 72%

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

#5012FC (or 0x5012FC) is known color: Han Purple. HEX triplet: 50, 12 and FC. RGB value is (80,18,252). Sum of RGB (Red+Green+Blue) = 80+18+252=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #5012FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5012FC is #AFED03. Grayscale: #3E3E3E. Windows color (decimal): -11529476 or 16519760. OLE color: 16519760.

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

Color convert

RGB 80 18 252 -
CMYK 0.68 0.93 0 0.01
HSL 255.9º 0.98% 0.53% -
HSV(B) 255.9º 0.93% 0.99% -
XYZ 21.1 9.17 92.75 -
YUV 63.21 234.54 139.97 -
System Red Green Blue C M Y K H S L
Decimal 80 18 252 0.68 0.93 0 0.01 255.9 0.98 0.53
Hex 50 12 FC 44 5D 0 1 100 62 35
Octal 120 22 374 104 135 0 1 400 142 65
Binary 1010000 10010 11111100 1000100 1011101 0 1 100000000 1100010 110101

Color Harmonies of #5012FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5012FC

Black with #5012FC

Text Example


Text Example

White with #5012FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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