Html Css Color HEX #5017FC Han Purple

📋 copy color: '#5017FC'

red 80 ◦ green 23 ◦ blue 252

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

Shades of Han Purple #5017FC

Tints of Han Purple #5017FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

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

R = 22.54%
G = 6.48%
B = 70.99%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5017FC (or 0x5017FC) is known color: Han Purple. HEX triplet: 50, 17 and FC. RGB value is (80,23,252). Sum of RGB (Red+Green+Blue) = 80+23+252=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #5017FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017FC is #AFE803. Grayscale: #414141. Windows color (decimal): -11528196 or 16521040. OLE color: 16521040.

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

Color convert

RGB 80 23 252 -
CMYK 0.68 0.91 0 0.01
HSL 254.93º 0.97% 0.54% -
HSV(B) 254.93º 0.91% 0.99% -
XYZ 21.19 9.35 92.78 -
YUV 66.15 232.88 137.88 -
System Red Green Blue C M Y K H S L
Decimal 80 23 252 0.68 0.91 0 0.01 254.93 0.97 0.54
Hex 50 17 FC 44 5B 0 1 FF 61 36
Octal 120 27 374 104 133 0 1 377 141 66
Binary 1010000 10111 11111100 1000100 1011011 0 1 11111111 1100001 110110

Color Harmonies of #5017FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017FC

Black with #5017FC

Text Example


Text Example

White with #5017FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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