Html Css Color HEX #501AAA Purple Heart

📋 copy color: '#501AAA'

red 80 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #501AAA

Tints of Purple Heart #501AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.42%

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

R = 28.99%
G = 9.42%
B = 61.59%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#501AAA (or 0x501AAA) is known color: Purple Heart. HEX triplet: 50, 1A and AA. RGB value is (80,26,170). Sum of RGB (Red+Green+Blue) = 80+26+170=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #501AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501AAA is #AFE555. Grayscale: #3A3A3A. Windows color (decimal): -11527510 or 11147856. OLE color: 11147856.

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

Color convert

RGB 80 26 170 -
CMYK 0.53 0.85 0 0.33
HSL 262.5º 0.73% 0.38% -
HSV(B) 262.5º 0.85% 0.67% -
XYZ 10.93 5.35 38.49 -
YUV 58.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 80 26 170 0.53 0.85 0 0.33 262.5 0.73 0.38
Hex 50 1A AA 35 55 0 21 106 49 26
Octal 120 32 252 65 125 0 41 406 111 46
Binary 1010000 11010 10101010 110101 1010101 0 100001 100000110 1001001 100110

Color Harmonies of #501AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AAA

Black with #501AAA

Text Example


Text Example

White with #501AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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