#502DF1

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

Shades of Han Purple #502DF1

Tints of Han Purple #502DF1

Color information

#502DF1 (or 0x502DF1) is unknown color: approx Han Purple. HEX triplet: 50, 2D and F1. RGB value is (80,45,241). Sum of RGB (Red+Green+Blue) = 80+45+241=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #502DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DF1 is #AFD20E. Grayscale: #4D4D4D. Windows color (decimal): -11522575 or 15805776. OLE color: 15805776.

HSL color Cylindrical-coordinate representation of color #502DF1: hue angle of 250.71º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502DF1 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8045241-
CMYK0.670.8100.05
HSL250.71º87.5%56.08%-
HSV(B)250.71º81.33%94.51%-
XYZ20.129.9384.08-
YUV77.81220.1129.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.86%
GREEN value IS 45 (17.97% from 255) = 12.30%
BLUE value IS 241 (94.53% from 255) = 65.85%
R=21.86%
G=12.30%
B=65.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal80452410.670.8100.05250.7187.556.08
Hex502DF1435105fb5838
Octal120553611031210537313070
Binary101000010110111110001100001110100010101111110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502DF1; }

 p { color: rgb(80,45,241); }

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

<style>
 a { background-color: #502DF1; }

 a { background-color: rgb(80,45,241); }

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

<style>
 span { border-color: #502DF1; }

 span { border-color: rgb(80,45,241); }

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