#502EEF

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

Shades of Han Purple #502EEF

Tints of Han Purple #502EEF

Color information

#502EEF (or 0x502EEF) is unknown color: approx Han Purple. HEX triplet: 50, 2E and EF. RGB value is (80,46,239). Sum of RGB (Red+Green+Blue) = 80+46+239=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #502EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502EEF is #AFD110. Grayscale: #4D4D4D. Windows color (decimal): -11522321 or 15674960. OLE color: 15674960.

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

Color convert

RGB8046239-
CMYK0.670.8100.06
HSL250.57º85.78%55.88%-
HSV(B)250.57º80.75%93.73%-
XYZ19.879.8982.52-
YUV78.17218.76129.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 239 (93.75% from 255) = 65.48%
R=21.92%
G=12.60%
B=65.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal80462390.670.8100.06250.5785.7855.88
Hex502EEF435106fb5638
Octal120563571031210637312670
Binary101000010111011101111100001110100010110111110111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,46,239); }

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

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

 a { background-color: rgb(80,46,239); }

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

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

 span { border-color: rgb(80,46,239); }

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