Html Css Color HEX #5016CF Purple Heart

📋 copy color: '#5016CF'

red 80 ◦ green 22 ◦ blue 207

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

Shades of Purple Heart #5016CF

Tints of Purple Heart #5016CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 25.89%
G = 7.12%
B = 66.99%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5016CF (or 0x5016CF) is known color: Purple Heart. HEX triplet: 50, 16 and CF. RGB value is (80,22,207). Sum of RGB (Red+Green+Blue) = 80+22+207=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #5016CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016CF is #AFE930. Grayscale: #3B3B3B. Windows color (decimal): -11528497 or 13571664. OLE color: 13571664.

HSL color Cylindrical-coordinate representation of color #5016CF: hue angle of 258.81º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5016CF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 22 207 -
CMYK 0.61 0.89 0 0.19
HSL 258.81º 0.81% 0.45% -
HSV(B) 258.81º 0.89% 0.81% -
XYZ 14.86 6.78 59.56 -
YUV 60.43 210.72 141.96 -
System Red Green Blue C M Y K H S L
Decimal 80 22 207 0.61 0.89 0 0.19 258.81 0.81 0.45
Hex 50 16 CF 3D 59 0 13 103 51 2D
Octal 120 26 317 75 131 0 23 403 121 55
Binary 1010000 10110 11001111 111101 1011001 0 10011 100000011 1010001 101101

Color Harmonies of #5016CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016CF

Black with #5016CF

Text Example


Text Example

White with #5016CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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