Html Css Color HEX #5016CE Purple Heart

📋 copy color: '#5016CE'

red 80 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #5016CE

Tints of Purple Heart #5016CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 25.97%
G = 7.14%
B = 66.88%

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

#5016CE (or 0x5016CE) is known color: Purple Heart. HEX triplet: 50, 16 and CE. RGB value is (80,22,206). Sum of RGB (Red+Green+Blue) = 80+22+206=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #5016CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5016CE is #AFE931. Grayscale: #3B3B3B. Windows color (decimal): -11528498 or 13506128. OLE color: 13506128.

HSL color Cylindrical-coordinate representation of color #5016CE: hue angle of 258.91º 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 #5016CE is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 22 206 -
CMYK 0.61 0.89 0 0.19
HSL 258.91º 0.81% 0.45% -
HSV(B) 258.91º 0.89% 0.81% -
XYZ 14.74 6.74 58.92 -
YUV 60.32 210.22 142.04 -
System Red Green Blue C M Y K H S L
Decimal 80 22 206 0.61 0.89 0 0.19 258.91 0.81 0.45
Hex 50 16 CE 3D 59 0 13 103 51 2D
Octal 120 26 316 75 131 0 23 403 121 55
Binary 1010000 10110 11001110 111101 1011001 0 10011 100000011 1010001 101101

Color Harmonies of #5016CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5016CE

Black with #5016CE

Text Example


Text Example

White with #5016CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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