Html Css Color HEX #5019D5 Purple Heart

📋 copy color: '#5019D5'

red 80 ◦ green 25 ◦ blue 213

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

Shades of Purple Heart #5019D5

Tints of Purple Heart #5019D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 66.98%

R = 25.16%
G = 7.86%
B = 66.98%

CMYK

 C value IS 0.62

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5019D5 (or 0x5019D5) is known color: Purple Heart. HEX triplet: 50, 19 and D5. RGB value is (80,25,213). Sum of RGB (Red+Green+Blue) = 80+25+213=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #5019D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019D5 is #AFE62A. Grayscale: #3E3E3E. Windows color (decimal): -11527723 or 13965648. OLE color: 13965648.

HSL color Cylindrical-coordinate representation of color #5019D5: hue angle of 257.55º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5019D5 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 25 213 -
CMYK 0.62 0.88 0 0.16
HSL 257.55º 0.79% 0.47% -
HSV(B) 257.55º 0.88% 0.84% -
XYZ 15.67 7.2 63.52 -
YUV 62.88 212.72 140.21 -
System Red Green Blue C M Y K H S L
Decimal 80 25 213 0.62 0.88 0 0.16 257.55 0.79 0.47
Hex 50 19 D5 3E 58 0 10 102 4F 2F
Octal 120 31 325 76 130 0 20 402 117 57
Binary 1010000 11001 11010101 111110 1011000 0 10000 100000010 1001111 101111

Color Harmonies of #5019D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019D5

Black with #5019D5

Text Example


Text Example

White with #5019D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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