#5613BA

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

Shades of Purple Heart #5613BA

Tints of Purple Heart #5613BA

Color information

#5613BA (or 0x5613BA) is unknown color: approx Purple Heart. HEX triplet: 56, 13 and BA. RGB value is (86,19,186). Sum of RGB (Red+Green+Blue) = 86+19+186=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5613BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613BA is #A9EC45. Grayscale: #393939. Windows color (decimal): -11136070 or 12194646. OLE color: 12194646.

HSL color Cylindrical-coordinate representation of color #5613BA: hue angle of 264.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5613BA is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8619186-
CMYK0.540.9000.27
HSL264.07º81.46%40.2%-
HSV(B)264.07º89.78%72.94%-
XYZ12.935.9946.93-
YUV58.07200.2147.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 19 (7.81% from 255) = 6.53%
BLUE value IS 186 (73.05% from 255) = 63.92%
R=29.55%
G=6.53%
B=63.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86191860.540.9000.27264.0781.4640.2
Hex5613BA365A01B1085128
Octal126232726613203341012150
Binary1010110100111011101011011010110100110111000010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5613BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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