#503CBF

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

Shades of Purple Heart #503CBF

Tints of Purple Heart #503CBF

Color information

#503CBF (or 0x503CBF) is unknown color: approx Purple Heart. HEX triplet: 50, 3C and BF. RGB value is (80,60,191). Sum of RGB (Red+Green+Blue) = 80+60+191=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #503CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CBF is #AFC340. Grayscale: #505050. Windows color (decimal): -11518785 or 12532816. OLE color: 12532816.

HSL color Cylindrical-coordinate representation of color #503CBF: hue angle of 249.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503CBF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8060191-
CMYK0.580.6900.25
HSL249.16º52.19%49.22%-
HSV(B)249.16º68.59%74.9%-
XYZ14.338.750.21-
YUV80.91190.13127.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 191 (75% from 255) = 57.70%
R=24.17%
G=18.13%
B=57.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80601910.580.6900.25249.1652.1949.22
Hex503CBF3A45019f93431
Octal12074277721050313716461
Binary101000011110010111111111010100010101100111111001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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