#503BB2

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

Shades of Purple Heart #503BB2

Tints of Purple Heart #503BB2

Color information

#503BB2 (or 0x503BB2) is unknown color: approx Purple Heart. HEX triplet: 50, 3B and B2. RGB value is (80,59,178). Sum of RGB (Red+Green+Blue) = 80+59+178=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 178 (69.92% from 255 or 56.15% from 317); Max value from RGB is 178 - color contains mainly: blue. Hex color #503BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503BB2 is #AFC44D. Grayscale: #4E4E4E. Windows color (decimal): -11519054 or 11680592. OLE color: 11680592.

HSL color Cylindrical-coordinate representation of color #503BB2: hue angle of 250.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #503BB2 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8059178-
CMYK0.550.6700.30
HSL250.59º50.21%46.47%-
HSV(B)250.59º66.85%69.8%-
XYZ12.918.0542.99-
YUV78.84183.96128.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 178 (69.92% from 255) = 56.15%
R=25.24%
G=18.61%
B=56.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80591780.550.6700.30250.5950.2146.47
Hex503BB2374301Efb322e
Octal12073262671030363736256
Binary101000011101110110010110111100001101111011111011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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