Html Css Color HEX #501BD6 Purple Heart

📋 copy color: '#501BD6'

red 80 ◦ green 27 ◦ blue 214

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

Shades of Purple Heart #501BD6

Tints of Purple Heart #501BD6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.41%

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

R = 24.92%
G = 8.41%
B = 66.67%

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

#501BD6 (or 0x501BD6) is known color: Purple Heart. HEX triplet: 50, 1B and D6. RGB value is (80,27,214). Sum of RGB (Red+Green+Blue) = 80+27+214=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #501BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BD6 is #AFE429. Grayscale: #3F3F3F. Windows color (decimal): -11527210 or 14031696. OLE color: 14031696.

HSL color Cylindrical-coordinate representation of color #501BD6: hue angle of 257.01º degrees, saturation: 0.78, 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 #501BD6 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 27 214 -
CMYK 0.63 0.87 0 0.16
HSL 257.01º 0.78% 0.47% -
HSV(B) 257.01º 0.87% 0.84% -
XYZ 15.84 7.34 64.2 -
YUV 64.17 212.56 139.29 -
System Red Green Blue C M Y K H S L
Decimal 80 27 214 0.63 0.87 0 0.16 257.01 0.78 0.47
Hex 50 1B D6 3F 57 0 10 101 4E 2F
Octal 120 33 326 77 127 0 20 401 116 57
Binary 1010000 11011 11010110 111111 1010111 0 10000 100000001 1001110 101111

Color Harmonies of #501BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BD6

Black with #501BD6

Text Example


Text Example

White with #501BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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