#501DCC

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

Shades of Purple Heart #501DCC

Tints of Purple Heart #501DCC

Color information

#501DCC (or 0x501DCC) is unknown color: approx Purple Heart. HEX triplet: 50, 1D and CC. RGB value is (80,29,204). Sum of RGB (Red+Green+Blue) = 80+29+204=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #501DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DCC is #AFE233. Grayscale: #3F3F3F. Windows color (decimal): -11526708 or 13376848. OLE color: 13376848.

HSL color Cylindrical-coordinate representation of color #501DCC: hue angle of 257.49º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501DCC is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8029204-
CMYK0.610.8600.2
HSL257.49º75.11%45.69%-
HSV(B)257.49º85.78%80%-
XYZ14.656.9457.7-
YUV64.2206.9139.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 204 (80.08% from 255) = 65.18%
R=25.56%
G=9.27%
B=65.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80292040.610.8600.2257.4975.1145.69
Hex501DCC3D560141014b2e
Octal120353147512602440111356
Binary1010000111011100110011110110101100101001000000011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501DCC; }

 p { color: rgb(80,29,204); }

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

<style>
 a { background-color: #501DCC; }

 a { background-color: rgb(80,29,204); }

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

<style>
 span { border-color: #501DCC; }

 span { border-color: rgb(80,29,204); }

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