Html Css Color HEX #5019FC Han Purple

📋 copy color: '#5019FC'

red 80 ◦ green 25 ◦ blue 252

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

Shades of Han Purple #5019FC

Tints of Han Purple #5019FC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7%

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

R = 22.41%
G = 7%
B = 70.59%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5019FC (or 0x5019FC) is known color: Han Purple. HEX triplet: 50, 19 and FC. RGB value is (80,25,252). Sum of RGB (Red+Green+Blue) = 80+25+252=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #5019FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5019FC is #AFE603. Grayscale: #424242. Windows color (decimal): -11527684 or 16521552. OLE color: 16521552.

HSL color Cylindrical-coordinate representation of color #5019FC: hue angle of 254.54º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5019FC is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 25 252 -
CMYK 0.68 0.90 0 0.01
HSL 254.54º 0.97% 0.54% -
HSV(B) 254.54º 0.9% 0.99% -
XYZ 21.23 9.43 92.8 -
YUV 67.32 232.22 137.04 -
System Red Green Blue C M Y K H S L
Decimal 80 25 252 0.68 0.90 0 0.01 254.54 0.97 0.54
Hex 50 19 FC 44 5A 0 1 FF 61 36
Octal 120 31 374 104 132 0 1 377 141 66
Binary 1010000 11001 11111100 1000100 1011010 0 1 11111111 1100001 110110

Color Harmonies of #5019FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019FC

Black with #5019FC

Text Example


Text Example

White with #5019FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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