#5115A5

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

Shades of Purple Heart #5115A5

Tints of Purple Heart #5115A5

Color information

#5115A5 (or 0x5115A5) is unknown color: approx Purple Heart. HEX triplet: 51, 15 and A5. RGB value is (81,21,165). Sum of RGB (Red+Green+Blue) = 81+21+165=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #5115A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5115A5 is #AEEA5A. Grayscale: #363636. Windows color (decimal): -11463259 or 10818897. OLE color: 10818897.

HSL color Cylindrical-coordinate representation of color #5115A5: hue angle of 265º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5115A5 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8121165-
CMYK0.510.8700.35
HSL265º77.42%36.47%-
HSV(B)265º87.27%64.71%-
XYZ10.45536.01-
YUV55.36189.88146.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 165 (64.84% from 255) = 61.80%
R=30.34%
G=7.87%
B=61.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal81211650.510.8700.3526577.4236.47
Hex5115A533570231094d24
Octal121252456312704341111544
Binary10100011010110100101110011101011101000111000010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5115A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5115A5; }

 p { color: rgb(81,21,165); }

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

<style>
 a { background-color: #5115A5; }

 a { background-color: rgb(81,21,165); }

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

<style>
 span { border-color: #5115A5; }

 span { border-color: rgb(81,21,165); }

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