Html Css Color HEX #5016C9 Purple Heart

📋 copy color: '#5016C9'

red 80 ◦ green 22 ◦ blue 201

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

Shades of Purple Heart #5016C9

Tints of Purple Heart #5016C9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

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

R = 26.4%
G = 7.26%
B = 66.34%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5016C9 (or 0x5016C9) is known color: Purple Heart. HEX triplet: 50, 16 and C9. RGB value is (80,22,201). Sum of RGB (Red+Green+Blue) = 80+22+201=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #5016C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016C9 is #AFE936. Grayscale: #3B3B3B. Windows color (decimal): -11528503 or 13178448. OLE color: 13178448.

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

Color convert

RGB 80 22 201 -
CMYK 0.60 0.89 0 0.21
HSL 259.44º 0.8% 0.44% -
HSV(B) 259.44º 0.89% 0.79% -
XYZ 14.14 6.5 55.77 -
YUV 59.75 207.72 142.45 -
System Red Green Blue C M Y K H S L
Decimal 80 22 201 0.60 0.89 0 0.21 259.44 0.8 0.44
Hex 50 16 C9 3C 59 0 15 103 50 2C
Octal 120 26 311 74 131 0 25 403 120 54
Binary 1010000 10110 11001001 111100 1011001 0 10101 100000011 1010000 101100

Color Harmonies of #5016C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016C9

Black with #5016C9

Text Example


Text Example

White with #5016C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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