#5615BA

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

Shades of Purple Heart #5615BA

Tints of Purple Heart #5615BA

Color information

#5615BA (or 0x5615BA) is unknown color: approx Purple Heart. HEX triplet: 56, 15 and BA. RGB value is (86,21,186). Sum of RGB (Red+Green+Blue) = 86+21+186=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #5615BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5615BA is #A9EA45. Grayscale: #3A3A3A. Windows color (decimal): -11135558 or 12195158. OLE color: 12195158.

HSL color Cylindrical-coordinate representation of color #5615BA: hue angle of 263.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5615BA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8621186-
CMYK0.540.8900.27
HSL263.64º79.71%40.59%-
HSV(B)263.64º88.71%72.94%-
XYZ12.976.0646.94-
YUV59.24199.53147.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 186 (73.05% from 255) = 63.48%
R=29.35%
G=7.17%
B=63.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86211860.540.8900.27263.6479.7140.59
Hex5615BA365901B1085029
Octal126252726613103341012051
Binary1010110101011011101011011010110010110111000010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5615BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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