#5606BD

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

Shades of Purple Heart #5606BD

Tints of Purple Heart #5606BD

Color information

#5606BD (or 0x5606BD) is unknown color: approx Purple Heart. HEX triplet: 56, 06 and BD. RGB value is (86,6,189). Sum of RGB (Red+Green+Blue) = 86+6+189=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #5606BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5606BD is #A9F942. Grayscale: #323232. Windows color (decimal): -11139395 or 12387926. OLE color: 12387926.

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

Color convert

RGB866189-
CMYK0.540.9700.26
HSL266.23º93.85%38.24%-
HSV(B)266.23º96.83%74.12%-
XYZ13.095.7848.57-
YUV50.78206153.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=30.60%
G=2.14%
B=67.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8661890.540.9700.26266.2393.8538.24
Hex566BD366101A10a5e26
Octal12662756614103241213646
Binary10101101101011110111011011000010110101000010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5606BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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