#5611B7

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

Shades of Purple Heart #5611B7

Tints of Purple Heart #5611B7

Color information

#5611B7 (or 0x5611B7) is unknown color: approx Purple Heart. HEX triplet: 56, 11 and B7. RGB value is (86,17,183). Sum of RGB (Red+Green+Blue) = 86+17+183=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #5611B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611B7 is #A9EE48. Grayscale: #373737. Windows color (decimal): -11136585 or 11997526. OLE color: 11997526.

HSL color Cylindrical-coordinate representation of color #5611B7: hue angle of 264.94º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5611B7 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8617183-
CMYK0.530.9100.28
HSL264.94º83%39.22%-
HSV(B)264.94º90.71%71.76%-
XYZ12.595.845.26-
YUV56.56199.36149-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 17 (7.03% from 255) = 5.94%
BLUE value IS 183 (71.88% from 255) = 63.99%
R=30.07%
G=5.94%
B=63.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86171830.530.9100.28264.948339.22
Hex5611B7355B01C1095327
Octal126212676513303441112347
Binary1010110100011011011111010110110110111001000010011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5611B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5611B7; }

 p { color: rgb(86,17,183); }

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

<style>
 a { background-color: #5611B7; }

 a { background-color: rgb(86,17,183); }

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

<style>
 span { border-color: #5611B7; }

 span { border-color: rgb(86,17,183); }

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