Html Css Color HEX #501AD6 Purple Heart

📋 copy color: '#501AD6'

red 80 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #501AD6

Tints of Purple Heart #501AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.88%

R = 25%
G = 8.13%
B = 66.88%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#501AD6 (or 0x501AD6) is known color: Purple Heart. HEX triplet: 50, 1A and D6. RGB value is (80,26,214). Sum of RGB (Red+Green+Blue) = 80+26+214=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #501AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AD6 is #AFE529. Grayscale: #3E3E3E. Windows color (decimal): -11527466 or 14031440. OLE color: 14031440.

HSL color Cylindrical-coordinate representation of color #501AD6: hue angle of 257.23º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501AD6 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 26 214 -
CMYK 0.63 0.88 0 0.16
HSL 257.23º 0.78% 0.47% -
HSV(B) 257.23º 0.88% 0.84% -
XYZ 15.82 7.3 64.19 -
YUV 63.58 212.89 139.71 -
System Red Green Blue C M Y K H S L
Decimal 80 26 214 0.63 0.88 0 0.16 257.23 0.78 0.47
Hex 50 1A D6 3F 58 0 10 101 4E 2F
Octal 120 32 326 77 130 0 20 401 116 57
Binary 1010000 11010 11010110 111111 1011000 0 10000 100000001 1001110 101111

Color Harmonies of #501AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AD6

Black with #501AD6

Text Example


Text Example

White with #501AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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