Html Css Color HEX #5019BA Purple Heart

📋 copy color: '#5019BA'

red 80 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #5019BA

Tints of Purple Heart #5019BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.92%

R = 27.49%
G = 8.59%
B = 63.92%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5019BA (or 0x5019BA) is known color: Purple Heart. HEX triplet: 50, 19 and BA. RGB value is (80,25,186). Sum of RGB (Red+Green+Blue) = 80+25+186=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5019BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019BA is #AFE645. Grayscale: #3B3B3B. Windows color (decimal): -11527750 or 12196176. OLE color: 12196176.

HSL color Cylindrical-coordinate representation of color #5019BA: hue angle of 260.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5019BA is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 25 186 -
CMYK 0.57 0.87 0 0.27
HSL 260.5º 0.76% 0.41% -
HSV(B) 260.5º 0.87% 0.73% -
XYZ 12.52 5.95 46.94 -
YUV 59.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 80 25 186 0.57 0.87 0 0.27 260.5 0.76 0.41
Hex 50 19 BA 39 57 0 1B 104 4C 29
Octal 120 31 272 71 127 0 33 404 114 51
Binary 1010000 11001 10111010 111001 1010111 0 11011 100000100 1001100 101001

Color Harmonies of #5019BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019BA

Black with #5019BA

Text Example


Text Example

White with #5019BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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