Html Css Color HEX #501DAA Purple Heart

📋 copy color: '#501DAA'

red 80 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #501DAA

Tints of Purple Heart #501DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 60.93%

R = 28.67%
G = 10.39%
B = 60.93%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#501DAA (or 0x501DAA) is known color: Purple Heart. HEX triplet: 50, 1D and AA. RGB value is (80,29,170). Sum of RGB (Red+Green+Blue) = 80+29+170=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #501DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501DAA is #AFE255. Grayscale: #3B3B3B. Windows color (decimal): -11526742 or 11148624. OLE color: 11148624.

HSL color Cylindrical-coordinate representation of color #501DAA: hue angle of 261.7º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501DAA is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 29 170 -
CMYK 0.53 0.83 0 0.33
HSL 261.7º 0.71% 0.39% -
HSV(B) 261.7º 0.83% 0.67% -
XYZ 11 5.49 38.51 -
YUV 60.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 80 29 170 0.53 0.83 0 0.33 261.7 0.71 0.39
Hex 50 1D AA 35 53 0 21 106 47 27
Octal 120 35 252 65 123 0 41 406 107 47
Binary 1010000 11101 10101010 110101 1010011 0 100001 100000110 1000111 100111

Color Harmonies of #501DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DAA

Black with #501DAA

Text Example


Text Example

White with #501DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #501DAA;
 }
 .AnyTagClassName
 {
   color: #501DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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