#5606BE

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

Shades of Purple Heart #5606BE

Tints of Purple Heart #5606BE

Color information

#5606BE (or 0x5606BE) is unknown color: approx Purple Heart. HEX triplet: 56, 06 and BE. RGB value is (86,6,190). Sum of RGB (Red+Green+Blue) = 86+6+190=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #5606BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5606BE is #A9F941. Grayscale: #323232. Windows color (decimal): -11139394 or 12453462. OLE color: 12453462.

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

Color convert

RGB866190-
CMYK0.550.9700.25
HSL266.09º93.88%38.43%-
HSV(B)266.09º96.84%74.51%-
XYZ13.25.8349.14-
YUV50.9206.5153.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=30.50%
G=2.13%
B=67.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8661900.550.9700.25266.0993.8838.43
Hex566BE376101910a5e26
Octal12662766714103141213646
Binary10101101101011111011011111000010110011000010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5606BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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