#5017F3

Color #5017F3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5017F3

Tints of Han Purple #5017F3

Color information

#5017F3 (or 0x5017F3) is unknown color: approx Han Purple. HEX triplet: 50, 17 and F3. RGB value is (80,23,243). Sum of RGB (Red+Green+Blue) = 80+23+243=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #5017F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017F3 is #AFE80C. Grayscale: #404040. Windows color (decimal): -11528205 or 15931216. OLE color: 15931216.

HSL color Cylindrical-coordinate representation of color #5017F3: hue angle of 255.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5017F3 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8023243-
CMYK0.670.9100.05
HSL255.55º90.16%52.16%-
HSV(B)255.55º90.53%95.29%-
XYZ19.798.7985.45-
YUV65.12228.38138.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 23 (9.38% from 255) = 6.65%
BLUE value IS 243 (95.31% from 255) = 70.23%
R=23.12%
G=6.65%
B=70.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80232430.670.9100.05255.5590.1652.16
Hex5017F3435B051005a34
Octal120273631031330540013264
Binary101000010111111100111000011101101101011000000001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5017F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5017F3;
 }
 .AnyTagClassName
 {
   color: #5017F3;
 }
</style>
background-color css

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

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

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

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

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

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