Html Css Color HEX #5019BF Purple Heart

📋 copy color: '#5019BF'

red 80 ◦ green 25 ◦ blue 191

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

Shades of Purple Heart #5019BF

Tints of Purple Heart #5019BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.45%

 BLUE value IS 191 (75% from 255) = 64.53%

R = 27.03%
G = 8.45%
B = 64.53%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5019BF (or 0x5019BF) is known color: Purple Heart. HEX triplet: 50, 19 and BF. RGB value is (80,25,191). Sum of RGB (Red+Green+Blue) = 80+25+191=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #5019BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019BF is #AFE640. Grayscale: #3B3B3B. Windows color (decimal): -11527745 or 12523856. OLE color: 12523856.

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

Color convert

RGB 80 25 191 -
CMYK 0.58 0.87 0 0.25
HSL 259.88º 0.77% 0.42% -
HSV(B) 259.88º 0.87% 0.75% -
XYZ 13.06 6.16 49.79 -
YUV 60.37 201.72 142 -
System Red Green Blue C M Y K H S L
Decimal 80 25 191 0.58 0.87 0 0.25 259.88 0.77 0.42
Hex 50 19 BF 3A 57 0 19 104 4D 2A
Octal 120 31 277 72 127 0 31 404 115 52
Binary 1010000 11001 10111111 111010 1010111 0 11001 100000100 1001101 101010

Color Harmonies of #5019BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019BF

Black with #5019BF

Text Example


Text Example

White with #5019BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5019BF; }

 p { color: rgb(80,25,191); }

 H1.HeaderClassName
 {
   color: #5019BF;
 }
 .AnyTagClassName
 {
   color: #5019BF;
 }
</style>

background-color css

<style>
 a { background-color: #5019BF; }

 a { background-color: rgb(80,25,191); }

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

border-color css

<style>
 span { border-color: #5019BF; }

 span { border-color: rgb(80,25,191); }

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