#503BB7

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

Shades of Purple Heart #503BB7

Tints of Purple Heart #503BB7

Color information

#503BB7 (or 0x503BB7) is unknown color: approx Purple Heart. HEX triplet: 50, 3B and B7. RGB value is (80,59,183). Sum of RGB (Red+Green+Blue) = 80+59+183=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #503BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BB7 is #AFC448. Grayscale: #4E4E4E. Windows color (decimal): -11519049 or 12008272. OLE color: 12008272.

HSL color Cylindrical-coordinate representation of color #503BB7: hue angle of 250.16º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503BB7 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8059183-
CMYK0.560.6800.28
HSL250.16º51.24%47.45%-
HSV(B)250.16º67.76%71.76%-
XYZ13.428.2545.69-
YUV79.41186.46128.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 183 (71.88% from 255) = 56.83%
R=24.84%
G=18.32%
B=56.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80591830.560.6800.28250.1651.2447.45
Hex503BB7384401Cfa332f
Octal12073267701040343726357
Binary101000011101110110111111000100010001110011111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,59,183); }

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

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

 a { background-color: rgb(80,59,183); }

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

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

 span { border-color: rgb(80,59,183); }

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