Html Css Color HEX #501CD6 Purple Heart

📋 copy color: '#501CD6'

red 80 ◦ green 28 ◦ blue 214

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

Shades of Purple Heart #501CD6

Tints of Purple Heart #501CD6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

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

R = 24.84%
G = 8.7%
B = 66.46%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#501CD6 (or 0x501CD6) is known color: Purple Heart. HEX triplet: 50, 1C and D6. RGB value is (80,28,214). Sum of RGB (Red+Green+Blue) = 80+28+214=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #501CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CD6 is #AFE329. Grayscale: #404040. Windows color (decimal): -11526954 or 14031952. OLE color: 14031952.

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

Color convert

RGB 80 28 214 -
CMYK 0.63 0.87 0 0.16
HSL 256.77º 0.77% 0.47% -
HSV(B) 256.77º 0.87% 0.84% -
XYZ 15.86 7.39 64.21 -
YUV 64.75 212.23 138.88 -
System Red Green Blue C M Y K H S L
Decimal 80 28 214 0.63 0.87 0 0.16 256.77 0.77 0.47
Hex 50 1C D6 3F 57 0 10 101 4D 2F
Octal 120 34 326 77 127 0 20 401 115 57
Binary 1010000 11100 11010110 111111 1010111 0 10000 100000001 1001101 101111

Color Harmonies of #501CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CD6

Black with #501CD6

Text Example


Text Example

White with #501CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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