#5613BE

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

Shades of Purple Heart #5613BE

Tints of Purple Heart #5613BE

Color information

#5613BE (or 0x5613BE) is unknown color: approx Purple Heart. HEX triplet: 56, 13 and BE. RGB value is (86,19,190). Sum of RGB (Red+Green+Blue) = 86+19+190=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5613BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5613BE is #A9EC41. Grayscale: #393939. Windows color (decimal): -11136066 or 12456790. OLE color: 12456790.

HSL color Cylindrical-coordinate representation of color #5613BE: hue angle of 263.51º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5613BE is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8619190-
CMYK0.550.9000.25
HSL263.51º81.82%40.98%-
HSV(B)263.51º90%74.51%-
XYZ13.366.1649.2-
YUV58.53202.2147.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 190 (74.61% from 255) = 64.41%
R=29.15%
G=6.44%
B=64.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86191900.550.9000.25263.5181.8240.98
Hex5613BE375A0191085229
Octal126232766713203141012251
Binary1010110100111011111011011110110100110011000010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5613BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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