#501DA4

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

Shades of Purple Heart #501DA4

Tints of Purple Heart #501DA4

Color information

#501DA4 (or 0x501DA4) is unknown color: approx Purple Heart. HEX triplet: 50, 1D and A4. RGB value is (80,29,164). Sum of RGB (Red+Green+Blue) = 80+29+164=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #501DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DA4 is #AFE25B. Grayscale: #3B3B3B. Windows color (decimal): -11526748 or 10755408. OLE color: 10755408.

HSL color Cylindrical-coordinate representation of color #501DA4: hue angle of 262.67º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501DA4 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8029164-
CMYK0.510.8200.36
HSL262.67º69.95%37.84%-
HSV(B)262.67º82.32%64.31%-
XYZ10.455.2635.59-
YUV59.64186.9142.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 164 (64.45% from 255) = 60.07%
R=29.30%
G=10.62%
B=60.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80291640.510.8200.36262.6769.9537.84
Hex501DA433520241074626
Octal120352446312204440710646
Binary10100001110110100100110011101001001001001000001111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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