Html Css Color HEX #501AD4 Purple Heart

📋 copy color: '#501AD4'

red 80 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #501AD4

Tints of Purple Heart #501AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 66.67%

R = 25.16%
G = 8.18%
B = 66.67%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#501AD4 (or 0x501AD4) is known color: Purple Heart. HEX triplet: 50, 1A and D4. RGB value is (80,26,212). Sum of RGB (Red+Green+Blue) = 80+26+212=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #501AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AD4 is #AFE52B. Grayscale: #3E3E3E. Windows color (decimal): -11527468 or 13900368. OLE color: 13900368.

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

Color convert

RGB 80 26 212 -
CMYK 0.62 0.88 0 0.17
HSL 257.42º 0.78% 0.47% -
HSV(B) 257.42º 0.88% 0.83% -
XYZ 15.56 7.2 62.86 -
YUV 63.35 211.89 139.88 -
System Red Green Blue C M Y K H S L
Decimal 80 26 212 0.62 0.88 0 0.17 257.42 0.78 0.47
Hex 50 1A D4 3E 58 0 11 101 4E 2F
Octal 120 32 324 76 130 0 21 401 116 57
Binary 1010000 11010 11010100 111110 1011000 0 10001 100000001 1001110 101111

Color Harmonies of #501AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501AD4

Black with #501AD4

Text Example


Text Example

White with #501AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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