Html Css Color HEX #501AAB Purple Heart

📋 copy color: '#501AAB'

red 80 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #501AAB

Tints of Purple Heart #501AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.73%

R = 28.88%
G = 9.39%
B = 61.73%

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

#501AAB (or 0x501AAB) is known color: Purple Heart. HEX triplet: 50, 1A and AB. RGB value is (80,26,171). Sum of RGB (Red+Green+Blue) = 80+26+171=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #501AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501AAB is #AFE554. Grayscale: #3A3A3A. Windows color (decimal): -11527509 or 11213392. OLE color: 11213392.

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

Color convert

RGB 80 26 171 -
CMYK 0.53 0.85 0 0.33
HSL 262.34º 0.74% 0.39% -
HSV(B) 262.34º 0.85% 0.67% -
XYZ 11.03 5.38 38.99 -
YUV 58.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 80 26 171 0.53 0.85 0 0.33 262.34 0.74 0.39
Hex 50 1A AB 35 55 0 21 106 4A 27
Octal 120 32 253 65 125 0 41 406 112 47
Binary 1010000 11010 10101011 110101 1010101 0 100001 100000110 1001010 100111

Color Harmonies of #501AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AAB

Black with #501AAB

Text Example


Text Example

White with #501AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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