Html Css Color HEX #5017F6 Han Purple

📋 copy color: '#5017F6'

red 80 ◦ green 23 ◦ blue 246

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

Shades of Han Purple #5017F6

Tints of Han Purple #5017F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 70.49%

R = 22.92%
G = 6.59%
B = 70.49%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5017F6 (or 0x5017F6) is known color: Han Purple. HEX triplet: 50, 17 and F6. RGB value is (80,23,246). Sum of RGB (Red+Green+Blue) = 80+23+246=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #5017F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017F6 is #AFE809. Grayscale: #404040. Windows color (decimal): -11528202 or 16127824. OLE color: 16127824.

HSL color Cylindrical-coordinate representation of color #5017F6: hue angle of 255.34º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5017F6 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 23 246 -
CMYK 0.67 0.91 0 0.04
HSL 255.34º 0.93% 0.53% -
HSV(B) 255.34º 0.91% 0.96% -
XYZ 20.25 8.97 87.85 -
YUV 65.47 229.88 138.37 -
System Red Green Blue C M Y K H S L
Decimal 80 23 246 0.67 0.91 0 0.04 255.34 0.93 0.53
Hex 50 17 F6 43 5B 0 4 FF 5D 35
Octal 120 27 366 103 133 0 4 377 135 65
Binary 1010000 10111 11110110 1000011 1011011 0 100 11111111 1011101 110101

Color Harmonies of #5017F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017F6

Black with #5017F6

Text Example


Text Example

White with #5017F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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