Html Css Color HEX #501ABE Purple Heart

📋 copy color: '#501ABE'

red 80 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #501ABE

Tints of Purple Heart #501ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 27.03%
G = 8.78%
B = 64.19%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#501ABE (or 0x501ABE) is known color: Purple Heart. HEX triplet: 50, 1A and BE. RGB value is (80,26,190). Sum of RGB (Red+Green+Blue) = 80+26+190=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #501ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ABE is #AFE541. Grayscale: #3C3C3C. Windows color (decimal): -11527490 or 12458576. OLE color: 12458576.

HSL color Cylindrical-coordinate representation of color #501ABE: hue angle of 259.76º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501ABE is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 26 190 -
CMYK 0.58 0.86 0 0.25
HSL 259.76º 0.76% 0.42% -
HSV(B) 259.76º 0.86% 0.75% -
XYZ 12.97 6.16 49.22 -
YUV 60.84 200.89 141.66 -
System Red Green Blue C M Y K H S L
Decimal 80 26 190 0.58 0.86 0 0.25 259.76 0.76 0.42
Hex 50 1A BE 3A 56 0 19 104 4C 2A
Octal 120 32 276 72 126 0 31 404 114 52
Binary 1010000 11010 10111110 111010 1010110 0 11001 100000100 1001100 101010

Color Harmonies of #501ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ABE

Black with #501ABE

Text Example


Text Example

White with #501ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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