Html Css Color HEX #5019C3 Purple Heart

📋 copy color: '#5019C3'

red 80 ◦ green 25 ◦ blue 195

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

Shades of Purple Heart #5019C3

Tints of Purple Heart #5019C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 65%

R = 26.67%
G = 8.33%
B = 65%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5019C3 (or 0x5019C3) is known color: Purple Heart. HEX triplet: 50, 19 and C3. RGB value is (80,25,195). Sum of RGB (Red+Green+Blue) = 80+25+195=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 195 (76.56% from 255 or 65% from 300); Max value from RGB is 195 - color contains mainly: blue. Hex color #5019C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019C3 is #AFE63C. Grayscale: #3C3C3C. Windows color (decimal): -11527741 or 12786000. OLE color: 12786000.

HSL color Cylindrical-coordinate representation of color #5019C3: hue angle of 259.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5019C3 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 25 195 -
CMYK 0.59 0.87 0 0.24
HSL 259.41º 0.77% 0.43% -
HSV(B) 259.41º 0.87% 0.76% -
XYZ 13.51 6.34 52.14 -
YUV 60.83 203.72 141.68 -
System Red Green Blue C M Y K H S L
Decimal 80 25 195 0.59 0.87 0 0.24 259.41 0.77 0.43
Hex 50 19 C3 3B 57 0 18 103 4D 2B
Octal 120 31 303 73 127 0 30 403 115 53
Binary 1010000 11001 11000011 111011 1010111 0 11000 100000011 1001101 101011

Color Harmonies of #5019C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019C3

Black with #5019C3

Text Example


Text Example

White with #5019C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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