Html Css Color HEX #5019C9 Purple Heart

📋 copy color: '#5019C9'

red 80 ◦ green 25 ◦ blue 201

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

Shades of Purple Heart #5019C9

Tints of Purple Heart #5019C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 65.69%

R = 26.14%
G = 8.17%
B = 65.69%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5019C9 (or 0x5019C9) is known color: Purple Heart. HEX triplet: 50, 19 and C9. RGB value is (80,25,201). Sum of RGB (Red+Green+Blue) = 80+25+201=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #5019C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5019C9 is #AFE636. Grayscale: #3C3C3C. Windows color (decimal): -11527735 or 13179216. OLE color: 13179216.

HSL color Cylindrical-coordinate representation of color #5019C9: hue angle of 258.75º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5019C9 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 25 201 -
CMYK 0.60 0.88 0 0.21
HSL 258.75º 0.78% 0.44% -
HSV(B) 258.75º 0.88% 0.79% -
XYZ 14.2 6.62 55.79 -
YUV 61.51 206.72 141.19 -
System Red Green Blue C M Y K H S L
Decimal 80 25 201 0.60 0.88 0 0.21 258.75 0.78 0.44
Hex 50 19 C9 3C 58 0 15 103 4E 2C
Octal 120 31 311 74 130 0 25 403 116 54
Binary 1010000 11001 11001001 111100 1011000 0 10101 100000011 1001110 101100

Color Harmonies of #5019C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5019C9

Black with #5019C9

Text Example


Text Example

White with #5019C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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