#502BE5

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

Shades of Han Purple #502BE5

Tints of Han Purple #502BE5

Color information

#502BE5 (or 0x502BE5) is unknown color: approx Han Purple. HEX triplet: 50, 2B and E5. RGB value is (80,43,229). Sum of RGB (Red+Green+Blue) = 80+43+229=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #502BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BE5 is #AFD41A. Grayscale: #4A4A4A. Windows color (decimal): -11523099 or 15018832. OLE color: 15018832.

HSL color Cylindrical-coordinate representation of color #502BE5: hue angle of 251.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502BE5 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8043229-
CMYK0.650.8100.10
HSL251.94º78.15%53.33%-
HSV(B)251.94º81.22%89.8%-
XYZ18.329.0974.92-
YUV75.27214.76131.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 43 (17.19% from 255) = 12.22%
BLUE value IS 229 (89.84% from 255) = 65.06%
R=22.73%
G=12.22%
B=65.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal80432290.650.8100.10251.9478.1553.33
Hex502BE541510Afc4e35
Octal1205334510112101237411665
Binary1010000101011111001011000001101000101010111111001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,43,229); }

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

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

 a { background-color: rgb(80,43,229); }

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

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

 span { border-color: rgb(80,43,229); }

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