#5015B3

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

Shades of Purple Heart #5015B3

Tints of Purple Heart #5015B3

Color information

#5015B3 (or 0x5015B3) is unknown color: approx Purple Heart. HEX triplet: 50, 15 and B3. RGB value is (80,21,179). Sum of RGB (Red+Green+Blue) = 80+21+179=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #5015B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015B3 is #AFEA4C. Grayscale: #383838. Windows color (decimal): -11528781 or 11736400. OLE color: 11736400.

HSL color Cylindrical-coordinate representation of color #5015B3: hue angle of 262.41º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5015B3 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8021179-
CMYK0.550.8800.30
HSL262.41º79%39.22%-
HSV(B)262.41º88.27%70.2%-
XYZ11.715.543.09-
YUV56.65197.05144.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 21 (8.59% from 255) = 7.5%
BLUE value IS 179 (70.31% from 255) = 63.93%
R=28.57%
G=7.5%
B=63.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80211790.550.8800.30262.417939.22
Hex5015B3375801E1064f27
Octal120252636713003640611747
Binary1010000101011011001111011110110000111101000001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5015B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5015B3; }

 p { color: rgb(80,21,179); }

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

<style>
 a { background-color: #5015B3; }

 a { background-color: rgb(80,21,179); }

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

<style>
 span { border-color: #5015B3; }

 span { border-color: rgb(80,21,179); }

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