#503AD1

Color #503AD1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #503AD1

Tints of Purple Heart #503AD1

Color information

#503AD1 (or 0x503AD1) is unknown color: approx Purple Heart. HEX triplet: 50, 3A and D1. RGB value is (80,58,209). Sum of RGB (Red+Green+Blue) = 80+58+209=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #503AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503AD1 is #AFC52E. Grayscale: #515151. Windows color (decimal): -11519279 or 13711952. OLE color: 13711952.

HSL color Cylindrical-coordinate representation of color #503AD1: hue angle of 248.74º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503AD1 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8058209-
CMYK0.620.7200.18
HSL248.74º62.14%52.35%-
HSV(B)248.74º72.25%81.96%-
XYZ16.339.3461.26-
YUV81.79199.79126.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 209 (82.03% from 255) = 60.23%
R=23.05%
G=16.71%
B=60.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80582090.620.7200.18248.7462.1452.35
Hex503AD13E48012f93e34
Octal12072321761100223717664
Binary101000011101011010001111110100100001001011111001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503AD1; }

 p { color: rgb(80,58,209); }

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

<style>
 a { background-color: #503AD1; }

 a { background-color: rgb(80,58,209); }

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

<style>
 span { border-color: #503AD1; }

 span { border-color: rgb(80,58,209); }

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