#503ADB

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

Shades of Purple Heart #503ADB

Tints of Purple Heart #503ADB

Color information

#503ADB (or 0x503ADB) is unknown color: approx Purple Heart. HEX triplet: 50, 3A and DB. RGB value is (80,58,219). Sum of RGB (Red+Green+Blue) = 80+58+219=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #503ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503ADB is #AFC524. Grayscale: #525252. Windows color (decimal): -11519269 or 14367312. OLE color: 14367312.

HSL color Cylindrical-coordinate representation of color #503ADB: hue angle of 248.2º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503ADB is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8058219-
CMYK0.630.7400.14
HSL248.2º69.1%54.31%-
HSV(B)248.2º73.52%85.88%-
XYZ17.619.8567.99-
YUV82.93204.79125.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 58 (23.05% from 255) = 16.25%
BLUE value IS 219 (85.94% from 255) = 61.34%
R=22.41%
G=16.25%
B=61.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80582190.630.7400.14248.269.154.31
Hex503ADB3F4A0Ef84536
Octal120723337711201637010566
Binary101000011101011011011111111100101001110111110001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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