#503DC6

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

Shades of Purple Heart #503DC6

Tints of Purple Heart #503DC6

Color information

#503DC6 (or 0x503DC6) is unknown color: approx Purple Heart. HEX triplet: 50, 3D and C6. RGB value is (80,61,198). Sum of RGB (Red+Green+Blue) = 80+61+198=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #503DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DC6 is #AFC239. Grayscale: #515151. Windows color (decimal): -11518522 or 12991824. OLE color: 12991824.

HSL color Cylindrical-coordinate representation of color #503DC6: hue angle of 248.32º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503DC6 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8061198-
CMYK0.600.6900.22
HSL248.32º54.58%50.78%-
HSV(B)248.32º69.19%77.65%-
XYZ15.179.1254.39-
YUV82.3193.29126.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 198 (77.73% from 255) = 58.41%
R=23.60%
G=17.99%
B=58.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80611980.600.6900.22248.3254.5850.78
Hex503DC63C45016f83733
Octal12075306741050263706763
Binary101000011110111000110111100100010101011011111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,61,198); }

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

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

 a { background-color: rgb(80,61,198); }

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

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

 span { border-color: rgb(80,61,198); }

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