#5015B4

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

Shades of Purple Heart #5015B4

Tints of Purple Heart #5015B4

Color information

#5015B4 (or 0x5015B4) is unknown color: approx Purple Heart. HEX triplet: 50, 15 and B4. RGB value is (80,21,180). Sum of RGB (Red+Green+Blue) = 80+21+180=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #5015B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5015B4 is #AFEA4B. Grayscale: #383838. Windows color (decimal): -11528780 or 11801936. OLE color: 11801936.

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

Color convert

RGB8021180-
CMYK0.560.8800.29
HSL262.26º79.1%39.41%-
HSV(B)262.26º88.33%70.59%-
XYZ11.815.5443.63-
YUV56.77197.55144.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 180 (70.70% from 255) = 64.06%
R=28.47%
G=7.47%
B=64.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80211800.560.8800.29262.2679.139.41
Hex5015B4385801D1064f27
Octal120252647013003540611747
Binary1010000101011011010011100010110000111011000001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5015B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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