#502df2

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

Shades of Han Purple #502DF2

Tints of Han Purple #502DF2

Color information

#502DF2 (or 0x502DF2) is unknown color: approx Han Purple. HEX triplet: 50, 2D and F2. RGB value is (80,45,242). Sum of RGB (Red+Green+Blue) = 80+45+242=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #502DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DF2 is #AFD20D. Grayscale: #4D4D4D. Windows color (decimal): -11522574 or 15871312. OLE color: 15871312.

HSL color Cylindrical-coordinate representation of color #502DF2: hue angle of 250.66º 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 #502DF2 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8045242-
CMYK0.670.8100.05
HSL250.66º88.34%56.27%-
HSV(B)250.66º81.4%94.9%-
XYZ20.279.9984.86-
YUV77.92220.6129.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.80%
GREEN value IS 45 (17.97% from 255) = 12.26%
BLUE value IS 242 (94.92% from 255) = 65.94%
R=21.80%
G=12.26%
B=65.94%

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
Decimal80452420.670.8100.05250.6688.3456.27
Hex502DF2435105fb5838
Octal120553621031210537313070
Binary101000010110111110010100001110100010101111110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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