Html Css Color HEX #501DA4 Purple Heart

📋 copy color: '#501DA4'

red 80 ◦ green 29 ◦ blue 164

#501DA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #501DA4

Tints of Purple Heart #501DA4

RGB

 RED value IS 80 (31.64% from 255) = 29.3%

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 29.3%
G = 10.62%
B = 60.07%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#501DA4 (or 0x501DA4) is known color: 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

RGB 80 29 164 -
CMYK 0.51 0.82 0 0.36
HSL 262.67º 0.7% 0.38% -
HSV(B) 262.67º 0.82% 0.64% -
XYZ 10.45 5.26 35.59 -
YUV 59.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 80 29 164 0.51 0.82 0 0.36 262.67 0.7 0.38
Hex 50 1D A4 33 52 0 24 107 46 26
Octal 120 35 244 63 122 0 44 407 106 46
Binary 1010000 11101 10100100 110011 1010010 0 100100 100000111 1000110 100110

Color Harmonies of #501DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DA4

Black with #501DA4

Text Example


Text Example

White with #501DA4

Text Example


Text Example

HTML Codes & Css Web 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>