Html Css Color HEX #501AD1 Purple Heart

📋 copy color: '#501AD1'

red 80 ◦ green 26 ◦ blue 209

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

Shades of Purple Heart #501AD1

Tints of Purple Heart #501AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 66.35%

R = 25.4%
G = 8.25%
B = 66.35%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#501AD1 (or 0x501AD1) is known color: Purple Heart. HEX triplet: 50, 1A and D1. RGB value is (80,26,209). Sum of RGB (Red+Green+Blue) = 80+26+209=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #501AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AD1 is #AFE52E. Grayscale: #3E3E3E. Windows color (decimal): -11527471 or 13703760. OLE color: 13703760.

HSL color Cylindrical-coordinate representation of color #501AD1: hue angle of 257.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501AD1 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 26 209 -
CMYK 0.62 0.88 0 0.18
HSL 257.7º 0.78% 0.46% -
HSV(B) 257.7º 0.88% 0.82% -
XYZ 15.19 7.05 60.88 -
YUV 63.01 210.39 140.12 -
System Red Green Blue C M Y K H S L
Decimal 80 26 209 0.62 0.88 0 0.18 257.7 0.78 0.46
Hex 50 1A D1 3E 58 0 12 102 4E 2E
Octal 120 32 321 76 130 0 22 402 116 56
Binary 1010000 11010 11010001 111110 1011000 0 10010 100000010 1001110 101110

Color Harmonies of #501AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AD1

Black with #501AD1

Text Example


Text Example

White with #501AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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