Html Css Color HEX #5017FA Han Purple

📋 copy color: '#5017FA'

red 80 ◦ green 23 ◦ blue 250

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

Shades of Han Purple #5017FA

Tints of Han Purple #5017FA

RGB

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

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

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

R = 22.66%
G = 6.52%
B = 70.82%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5017FA (or 0x5017FA) is known color: Han Purple. HEX triplet: 50, 17 and FA. RGB value is (80,23,250). Sum of RGB (Red+Green+Blue) = 80+23+250=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5017FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017FA is #AFE805. Grayscale: #414141. Windows color (decimal): -11528198 or 16389968. OLE color: 16389968.

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

Color convert

RGB 80 23 250 -
CMYK 0.68 0.91 0 0.02
HSL 255.07º 0.96% 0.54% -
HSV(B) 255.07º 0.91% 0.98% -
XYZ 20.87 9.22 91.12 -
YUV 65.92 231.88 138.04 -
System Red Green Blue C M Y K H S L
Decimal 80 23 250 0.68 0.91 0 0.02 255.07 0.96 0.54
Hex 50 17 FA 44 5B 0 2 FF 60 36
Octal 120 27 372 104 133 0 2 377 140 66
Binary 1010000 10111 11111010 1000100 1011011 0 10 11111111 1100000 110110

Color Harmonies of #5017FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017FA

Black with #5017FA

Text Example


Text Example

White with #5017FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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