#5617BD

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

Shades of Purple Heart #5617BD

Tints of Purple Heart #5617BD

Color information

#5617BD (or 0x5617BD) is unknown color: approx Purple Heart. HEX triplet: 56, 17 and BD. RGB value is (86,23,189). Sum of RGB (Red+Green+Blue) = 86+23+189=298 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.86% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #5617BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5617BD is #A9E842. Grayscale: #3C3C3C. Windows color (decimal): -11135043 or 12392278. OLE color: 12392278.

HSL color Cylindrical-coordinate representation of color #5617BD: hue angle of 262.77º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5617BD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8623189-
CMYK0.540.8800.26
HSL262.77º78.3%41.57%-
HSV(B)262.77º87.83%74.12%-
XYZ13.336.2748.65-
YUV60.76200.37146-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.86%
GREEN value IS 23 (9.38% from 255) = 7.72%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=28.86%
G=7.72%
B=63.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86231890.540.8800.26262.7778.341.57
Hex5617BD365801A1074e2a
Octal126272756613003240711652
Binary1010110101111011110111011010110000110101000001111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5617BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5617BD; }

 p { color: rgb(86,23,189); }

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

<style>
 a { background-color: #5617BD; }

 a { background-color: rgb(86,23,189); }

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

<style>
 span { border-color: #5617BD; }

 span { border-color: rgb(86,23,189); }

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