Html Css Color HEX #5019CD Purple Heart

📋 copy color: '#5019CD'

red 80 ◦ green 25 ◦ blue 205

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

Shades of Purple Heart #5019CD

Tints of Purple Heart #5019CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 25.81%
G = 8.06%
B = 66.13%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5019CD (or 0x5019CD) is known color: Purple Heart. HEX triplet: 50, 19 and CD. RGB value is (80,25,205). Sum of RGB (Red+Green+Blue) = 80+25+205=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #5019CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019CD is #AFE632. Grayscale: #3D3D3D. Windows color (decimal): -11527731 or 13441360. OLE color: 13441360.

HSL color Cylindrical-coordinate representation of color #5019CD: hue angle of 258.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5019CD is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 25 205 -
CMYK 0.61 0.88 0 0.20
HSL 258.33º 0.78% 0.45% -
HSV(B) 258.33º 0.88% 0.8% -
XYZ 14.68 6.81 58.3 -
YUV 61.97 208.72 140.86 -
System Red Green Blue C M Y K H S L
Decimal 80 25 205 0.61 0.88 0 0.20 258.33 0.78 0.45
Hex 50 19 CD 3D 58 0 14 102 4E 2D
Octal 120 31 315 75 130 0 24 402 116 55
Binary 1010000 11001 11001101 111101 1011000 0 10100 100000010 1001110 101101

Color Harmonies of #5019CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019CD

Black with #5019CD

Text Example


Text Example

White with #5019CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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