#5017BE

Color #5017BE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5017BE

Tints of Purple Heart #5017BE

Color information

#5017BE (or 0x5017BE) is unknown color: approx Purple Heart. HEX triplet: 50, 17 and BE. RGB value is (80,23,190). Sum of RGB (Red+Green+Blue) = 80+23+190=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #5017BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5017BE is #AFE841. Grayscale: #3A3A3A. Windows color (decimal): -11528258 or 12457808. OLE color: 12457808.

HSL color Cylindrical-coordinate representation of color #5017BE: hue angle of 260.48º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5017BE is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8023190-
CMYK0.580.8800.25
HSL260.48º78.4%41.76%-
HSV(B)260.48º87.89%74.51%-
XYZ12.916.0449.2-
YUV59.08201.88142.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 23 (9.38% from 255) = 7.85%
BLUE value IS 190 (74.61% from 255) = 64.85%
R=27.30%
G=7.85%
B=64.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80231900.580.8800.25260.4878.441.76
Hex5017BE3A580191044e2a
Octal120272767213003140411652
Binary1010000101111011111011101010110000110011000001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5017BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5017BE; }

 p { color: rgb(80,23,190); }

 H1.HeaderClassName
 {
   color: #5017BE;
 }
 .AnyTagClassName
 {
   color: #5017BE;
 }
</style>
background-color css

<style>
 a { background-color: #5017BE; }

 a { background-color: rgb(80,23,190); }

 div.DivClassName
 {
   background-color: #5017BE;
 }
 .BgClassName
 {
   background-color: #5017BE;
 }
</style>
border-color css

<style>
 span { border-color: #5017BE; }

 span { border-color: rgb(80,23,190); }

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