#503CBA

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

Shades of Purple Heart #503CBA

Tints of Purple Heart #503CBA

Color information

#503CBA (or 0x503CBA) is unknown color: approx Purple Heart. HEX triplet: 50, 3C and BA. RGB value is (80,60,186). Sum of RGB (Red+Green+Blue) = 80+60+186=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #503CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CBA is #AFC345. Grayscale: #4F4F4F. Windows color (decimal): -11518790 or 12205136. OLE color: 12205136.

HSL color Cylindrical-coordinate representation of color #503CBA: hue angle of 249.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503CBA is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8060186-
CMYK0.570.6800.27
HSL249.52º51.22%48.24%-
HSV(B)249.52º67.74%72.94%-
XYZ13.798.4847.36-
YUV80.34187.63127.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=24.54%
G=18.40%
B=57.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80601860.570.6800.27249.5251.2248.24
Hex503CBA394401Bfa3330
Octal12074272711040333726360
Binary101000011110010111010111001100010001101111111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,186); }

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

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

 a { background-color: rgb(80,60,186); }

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

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

 span { border-color: rgb(80,60,186); }

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