#503ABE

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

Shades of Purple Heart #503ABE

Tints of Purple Heart #503ABE

Color information

#503ABE (or 0x503ABE) is unknown color: approx Purple Heart. HEX triplet: 50, 3A and BE. RGB value is (80,58,190). Sum of RGB (Red+Green+Blue) = 80+58+190=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #503ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ABE is #AFC541. Grayscale: #4F4F4F. Windows color (decimal): -11519298 or 12466768. OLE color: 12466768.

HSL color Cylindrical-coordinate representation of color #503ABE: hue angle of 250º degrees, saturation: 0.53, 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 #503ABE is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8058190-
CMYK0.580.6900.25
HSL250º53.23%48.63%-
HSV(B)250º69.47%74.51%-
XYZ14.128.4549.6-
YUV79.63190.29128.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 190 (74.61% from 255) = 57.93%
R=24.39%
G=17.68%
B=57.93%

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
Decimal80581900.580.6900.2525053.2348.63
Hex503ABE3A45019fa3531
Octal12072276721050313726561
Binary101000011101010111110111010100010101100111111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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