#5615AE

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

Shades of Purple Heart #5615AE

Tints of Purple Heart #5615AE

Color information

#5615AE (or 0x5615AE) is unknown color: approx Purple Heart. HEX triplet: 56, 15 and AE. RGB value is (86,21,174). Sum of RGB (Red+Green+Blue) = 86+21+174=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #5615AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5615AE is #A9EA51. Grayscale: #393939. Windows color (decimal): -11135570 or 11408726. OLE color: 11408726.

HSL color Cylindrical-coordinate representation of color #5615AE: hue angle of 265.49º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5615AE is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8621174-
CMYK0.510.8800.32
HSL265.49º78.46%38.24%-
HSV(B)265.49º87.93%68.24%-
XYZ11.755.5740.5-
YUV57.88193.53148.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 21 (8.59% from 255) = 7.47%
BLUE value IS 174 (68.36% from 255) = 61.92%
R=30.60%
G=7.47%
B=61.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86211740.510.8800.32265.4978.4638.24
Hex5615AE33580201094e26
Octal126252566313004041111646
Binary10101101010110101110110011101100001000001000010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5615AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5615AE; }

 p { color: rgb(86,21,174); }

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

<style>
 a { background-color: #5615AE; }

 a { background-color: rgb(86,21,174); }

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

<style>
 span { border-color: #5615AE; }

 span { border-color: rgb(86,21,174); }

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